diff options
author | gweltas <gweltas@piwigo.org> | 2005-04-25 15:41:56 +0000 |
---|---|---|
committer | gweltas <gweltas@piwigo.org> | 2005-04-25 15:41:56 +0000 |
commit | 3df4c4c00b27572877a64dc9fe39c92a22a345e8 (patch) | |
tree | 45b56610fb269019b842185f888ab40112e8b550 /include/constants.php | |
parent | b63d91c59e084223d419b4861627673821d3b15b (diff) |
- L�g�re modification pour permettre une installation m�me si le fichier mysql.inc.php n'existe pas.
- Introduction des statistiques mensuelles.
- Modification des labels anglais lors de l'installation
git-svn-id: http://piwigo.org/svn/trunk@766 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 75764f1a5..4f207dac6 100644 --- a/include/constants.php +++ b/include/constants.php @@ -26,7 +26,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '%PWGVERSION%'); +define('PHPWG_VERSION', 'BSF'); define('PHPWG_URL', 'http://www.phpwebgallery.net'); define('PHPWG_FORUM_URL', 'http://forum.phpwebgallery.net'); |