Rev | Line | |
---|
[5550] | 1 | <?php |
---|
| 2 | /* ----------------------------------------------------------------------------- |
---|
| 3 | Plugin : GPC3 |
---|
| 4 | Author : Grum |
---|
| 5 | email : grum@grum.fr |
---|
[17562] | 6 | website : http://www.grum.fr |
---|
[5550] | 7 | PWG user : http://forum.piwigo.org/profile.php?id=3706 |
---|
| 8 | |
---|
| 9 | << May the Little SpaceFrog be with you ! >> |
---|
| 10 | ------------------------------------------------------------------------------ |
---|
| 11 | See main.inc.php for release information |
---|
| 12 | |
---|
| 13 | --------------------------------------------------------------------------- */ |
---|
| 14 | |
---|
| 15 | if(!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); |
---|
| 16 | |
---|
[17562] | 17 | if(!defined('GPC_VERSION')) define('GPC_VERSION', '3.5.3'); |
---|
| 18 | if(!defined('GPC_VERSION2')) define('GPC_VERSION2', '03.05.03'); |
---|
[5550] | 19 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.