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
This commit is contained in:
parent
b941dcdb3a
commit
e88cc0f6a5
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue