diff options
author | patdenice <patdenice@piwigo.org> | 2008-03-07 17:15:46 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2008-03-07 17:15:46 +0000 |
commit | c68914a3b962b39f341eb4a42f467f7c1143a8b9 (patch) | |
tree | 92db78f768036705f69312f518a1a3dfa4f248a3 /include | |
parent | 6ecb1f350753ac6c258677bb244d6003b3d359d3 (diff) |
Corrections in plugins management.
git-svn-id: http://piwigo.org/svn/trunk@2264 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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 0a263dfbd..7b90de747 100644 --- a/include/constants.php +++ b/include/constants.php @@ -28,7 +28,7 @@ define('PHPWG_VERSION', 'Butterfly'); define('PHPWG_DOMAIN', 'phpwebgallery.net'); define('PHPWG_URL', 'http://www.'.PHPWG_DOMAIN); -define('PEM_URL', PHPWG_URL . '/ext'); +define('PEM_URL', 'http://' . PHPWG_DOMAIN . '/ext'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'yoga/clear'); |