0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
coppermine
/
1.5.12-0
/
standard
/
htdocs
/
plugins
/
opensearch
/
[
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/opensearch/configuration.php $ $Revision: 8154 $ **********************************************/ $name = $lang_plugin_php['opensearch_config_name']; $description = $lang_plugin_php['opensearch_config_description'] . ' ' . cpg_display_help('f=plugins.htm&as=plugin_bundled_opensearch&ae=plugin_bundled_opensearch_end', '400', '200'); $author = 'Created by <a href="http://coppermine-gallery.net/forum/index.php?action=profile;u=941" rel="external" class="external">Nibbler</a>, converted for cpg1.5.x by <a href="http://coppermine-gallery.net/forum/index.php?action=profile;u=2" rel="external" class="external">Joachim Müller</a>'; $version = '1.4'; $plugin_cpg_version = array('min' => '1.5'); $extra_info = $lang_plugin_php['opensearch_extra']; ?>