diff options
author | vdigital <vdigital@piwigo.org> | 2008-10-19 15:47:34 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-10-19 15:47:34 +0000 |
commit | a6be0e500b91696013b1580915c21493ce6c39b1 (patch) | |
tree | 14d7a7b6d3bf5d15e2efa3033ce23e3b5b7d66df /include/constants.php | |
parent | 3326f742fe2a1745dc1ebdd060d023263af299b9 (diff) |
Merging revisions 2773-2776
- Default template and Piwigo domain ...
- No metadata synchronization icon on a remote picture (Synchro failure)
- Jump to category icon is removed on user forbidden categories (previously check_restrictions was leading administrators to the access denied page).
git-svn-id: http://piwigo.org/svn/trunk@2777 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/constants.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/constants.php b/include/constants.php index b6d8146a9..dbed84511 100644 --- a/include/constants.php +++ b/include/constants.php @@ -23,11 +23,11 @@ // Default settings define('PHPWG_VERSION', 'Colibri'); -define('PHPWG_DOMAIN', 'phpwebgallery.net'); +define('PHPWG_DOMAIN', 'piwigo.org'); define('PHPWG_URL', 'http://www.'.PHPWG_DOMAIN); define('PEM_URL', 'http://' . PHPWG_DOMAIN . '/ext_new'); /* need to be changed on final release */ define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); -define('PHPWG_DEFAULT_TEMPLATE', 'yoga/clear'); +define('PHPWG_DEFAULT_TEMPLATE', 'yoga/Sylvia'); // Required versions define('REQUIRED_PHP_VERSION', '5.0.0'); |