diff options
author | patdenice <patdenice@piwigo.org> | 2008-03-02 17:53:23 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2008-03-02 17:53:23 +0000 |
commit | 78e175b3fb7c8d2f9824b15632595523f9ea236c (patch) | |
tree | f4ee8463f6b506e3deb474853bf5c4e28db5963c /include | |
parent | fab44f72a89396d624be49311fc0622635d44f8a (diff) |
Enhance plugins administtration
git-svn-id: http://piwigo.org/svn/trunk@2242 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/constants.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/constants.php b/include/constants.php index c90323414..0a263dfbd 100644 --- a/include/constants.php +++ b/include/constants.php @@ -28,6 +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('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'yoga/clear'); |