aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2008-11-08 20:37:31 +0000
committerplegall <plg@piwigo.org>2008-11-08 20:37:31 +0000
commite88cc0f6a5b85a719405f64c7c6e11389f606194 (patch)
tree92873b3611a1ed64d49c0cd28ee086e1ef04dbd3
parentb941dcdb3aa220991f900ea26d9455ca7ffbd71b (diff)
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/branches/2.0@2848 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--include/constants.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants.php b/include/constants.php
index 9296346e7..3ce225457 100644
--- a/include/constants.php
+++ b/include/constants.php
@@ -23,7 +23,7 @@
// Default settings
define('PHPWG_VERSION', '2.0');
-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');