aboutsummaryrefslogtreecommitdiffstats
path: root/include/constants.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2008-11-08 20:42:50 +0000
committerplegall <plg@piwigo.org>2008-11-08 20:42:50 +0000
commit30e97931afa292620ed7cfc31f29080d572923f1 (patch)
treeb9293bb049909f55bc0047b7c65a4a7510db1616 /include/constants.php
parentdd6d5474d9114c7f2e09de0189e06a2c1b258e19 (diff)
merge -c2848 from branch 2.0 to trunk
bug fixed: in r2774 a bug was introduced, piwigo.org is not available yet, and plugin manager can't connect to the extension manager. git-svn-id: http://piwigo.org/svn/trunk@2849 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/constants.php')
-rw-r--r--include/constants.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants.php b/include/constants.php
index 88c00b6c5..8fb47d80a 100644
--- a/include/constants.php
+++ b/include/constants.php
@@ -23,7 +23,7 @@
// Default settings
define('PHPWG_VERSION', 'Colibri');
-define('PHPWG_DOMAIN', 'piwigo.org');
+define('PHPWG_DOMAIN', 'phpwebgallery.net');
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');