diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-11-01 15:01:28 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-11-01 15:01:28 +0000 |
commit | b1db5e55ae77c1ce386b25f8083a8bdd88607a96 (patch) | |
tree | 1d49d20a6cd52a82b1373c4e7784e931fd563eb0 /include/constants.php | |
parent | fa9a5cd07bc9931d1dffb9c54ab93ce3736ac506 (diff) |
- synchronization interface redesigned : a form lets user choose option of
dirs/files/metadata sync on all categories or a defined one (including
subcategories)
- database sync is only available through update.php
git-svn-id: http://piwigo.org/svn/trunk@589 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/constants.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/constants.php b/include/constants.php index f9b9044fe..c44a5cc65 100644 --- a/include/constants.php +++ b/include/constants.php @@ -31,9 +31,8 @@ define('PHPWG_VERSION', 'BSF'); define('PHPWG_URL', 'http://www.phpwebgallery.net'); define('PHPWG_FORUM_URL', 'http://forum.phpwebgallery.net'); -// Debug Level -//define('DEBUG', 1); // Debugging on -define('DEBUG', 0); // Debugging off +// Debug Level : 1 = on, 0 = off +define('DEBUG', 0); // User level define('ANONYMOUS', 2); |