diff options
author | plegall <plg@piwigo.org> | 2005-04-25 21:45:38 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-04-25 21:45:38 +0000 |
commit | a5830667021cee44c165de103237ea4f6924ceb5 (patch) | |
tree | 354de20cd356f4c4b72d09187e5d2e408ae87890 /include | |
parent | bd6d2d0a217247c42f6b1083d1d2f4783ae3cad8 (diff) |
- come back to previous version of include/constants.php : %PWGVERSION% was
not a mistake
git-svn-id: http://piwigo.org/svn/trunk@769 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/constants.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants.php b/include/constants.php index 4f207dac6..75764f1a5 100644 --- a/include/constants.php +++ b/include/constants.php @@ -26,7 +26,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', 'BSF'); +define('PHPWG_VERSION', '%PWGVERSION%'); define('PHPWG_URL', 'http://www.phpwebgallery.net'); define('PHPWG_FORUM_URL', 'http://forum.phpwebgallery.net'); |