aboutsummaryrefslogtreecommitdiffstats
path: root/include/constants.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2009-02-12 23:12:39 +0000
committerplegall <plg@piwigo.org>2009-02-12 23:12:39 +0000
commit9958d87e14b3af73a3f0f20c8c92de4be57efe78 (patch)
tree4ac0b066f2f63dac77850d8bda8fd49743201aa8 /include/constants.php
parentc4d34ae15a84038b36626c8e0e195d84c31fca08 (diff)
modification: phpwebgallery.net moves to piwigo.org
modification: doc/README_*.txt much simpler with link to piwigo.org for installation and upgrade guides. modification: latest_version has changed its path on the website to download directory. deletion: doc/ChangeLog was useless and outdated. git-svn-id: http://piwigo.org/svn/branches/2.0@3132 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--include/constants.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/constants.php b/include/constants.php
index 69d76bcac..27e429a14 100644
--- a/include/constants.php
+++ b/include/constants.php
@@ -23,9 +23,9 @@
// Default settings
define('PHPWG_VERSION', '2.0');
-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_DOMAIN', 'piwigo.org');
+define('PHPWG_URL', 'http://'.PHPWG_DOMAIN);
+define('PEM_URL', 'http://'.PHPWG_DOMAIN.'/ext');
define('PHPWG_DEFAULT_LANGUAGE', 'en_UK');
define('PHPWG_DEFAULT_TEMPLATE', 'yoga/Sylvia');