diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-08-04 20:24:28 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-08-04 20:24:28 +0200 |
commit | a218edff81be5cec78bfcb0f65042315ae4e656b (patch) | |
tree | 5823476b777dbe3c7b603d30e0b117e79c8ee3f6 /lib/plugins/extension/helper/repository.php | |
parent | 1dd40c86eb47f24a2e7c7022592fd9cd25ff07f2 (diff) | |
download | rpg-a218edff81be5cec78bfcb0f65042315ae4e656b.tar.gz rpg-a218edff81be5cec78bfcb0f65042315ae4e656b.tar.bz2 |
removed test repository again
Diffstat (limited to 'lib/plugins/extension/helper/repository.php')
-rw-r--r-- | lib/plugins/extension/helper/repository.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/extension/helper/repository.php b/lib/plugins/extension/helper/repository.php index a5012ccb5..21082c0d8 100644 --- a/lib/plugins/extension/helper/repository.php +++ b/lib/plugins/extension/helper/repository.php @@ -6,7 +6,7 @@ * @author Michael Hamann <michael@content-space.de> */ -define('EXTENSION_REPOSITORY_API', 'http://localhost/dokuwiki/lib/plugins/pluginrepo/api.php'); +#define('EXTENSION_REPOSITORY_API', 'http://localhost/dokuwiki/lib/plugins/pluginrepo/api.php'); if (!defined('EXTENSION_REPOSITORY_API_ENDPOINT')) define('EXTENSION_REPOSITORY_API', 'http://www.dokuwiki.org/lib/plugins/pluginrepo/api.php'); |