0byt3m1n1
Path:
/
data
/
applications
/
aps
/
coppermine
/
1.5.12-0
/
standard
/
htdocs
/
plugins
/
link_target
/
[
Home
]
File: configuration.php
<?php /************************* Coppermine Photo Gallery ************************ Copyright (c) 2003-2011 Coppermine Dev Team v1.0 originally written by Gregory Demar This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation. ******************************************** Coppermine version: 1.5.12 $HeadURL: https://coppermine.svn.sourceforge.net/svnroot/coppermine/trunk/cpg1.5.x/plugins/link_target/configuration.php $ $Revision: 8154 $ **********************************************/ $name = $lang_plugin_php['link_target_name']; $description = $lang_plugin_php['link_target_description'] . ' ' . cpg_display_help('f=plugins.htm&as=plugin_bundled_link_target&ae=plugin_bundled_link_target_end', '400', '200'); $author='Coppermine dev team'; $version='1.2'; $plugin_cpg_version = array('min' => '1.5'); $install_info = $extra_info = $lang_plugin_php['link_target_extra'] . '<br />' . $lang_plugin_php['link_target_recommendation']; ?>