diff options
Diffstat (limited to 'include/constants.php')
-rw-r--r-- | include/constants.php | 2 |
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'); |