diff options
-rw-r--r-- | include/constants.php | 2 | ||||
-rw-r--r-- | tools/create_listing_file.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/constants.php b/include/constants.php index 73e46355f..849f11378 100644 --- a/include/constants.php +++ b/include/constants.php @@ -26,7 +26,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '%PWGVERSION%'); +define('PHPWG_VERSION', 'Alligator'); define('PHPWG_URL', 'http://www.phpwebgallery.net'); define('PHPWG_FORUM_URL', 'http://forum.phpwebgallery.net'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK.iso-8859-1'); diff --git a/tools/create_listing_file.php b/tools/create_listing_file.php index e3cd71cf1..5adbf745e 100644 --- a/tools/create_listing_file.php +++ b/tools/create_listing_file.php @@ -42,7 +42,7 @@ $conf['picture_ext'] = array('jpg','JPG','png','PNG','gif','GIF'); // $conf['version'] is used to verify the compatibility of the generated // listing.xml file and the PhpWebGallery version you're running -$conf['version'] = '%PWGVERSION%'; +$conf['version'] = 'Alligator'; // $conf['use_exif'] set to true if you want to use Exif information $conf['use_exif'] = true; |