Last change
on this file since 31720 was
29741,
checked in by plg, 10 years ago
|
new version 2.4.4, checked compatibility with Piwigo 2.7
|
File size:
691 bytes
|
Rev | Line | |
---|
[5547] | 1 | <?php |
---|
| 2 | /* ----------------------------------------------------------------------------- |
---|
| 3 | Plugin : AStat.2 |
---|
| 4 | Author : Grum |
---|
| 5 | email : grum@grum.fr |
---|
| 6 | website : http://photos.grum.fr |
---|
| 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 | |
---|
[29741] | 17 | define('ASTAT_VERSION', '2.4.4'); |
---|
| 18 | define('ASTAT_VERSION2', '02.04.04'); |
---|
| 19 | define('ASTAT_GPC_NEEDED', '3.5.7'); |
---|
[5547] | 20 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.