summaryrefslogtreecommitdiff
path: root/server/core/Plugin_Api.php
diff options
context:
space:
mode:
authorYoggzo <yogg@epsina.com>2016-02-04 23:54:00 +0100
committerYoggzo <yogg@epsina.com>2016-02-04 23:54:00 +0100
commitae8e5e7d1c1c4a15ab4d7bd5045b31556feb17de (patch)
tree90352502aa1346f011348e692507239aaa7db2d7 /server/core/Plugin_Api.php
parentab6e45d5e152518fd07c7bbce6f5eb2f42b30e07 (diff)
parentb39f5c1cd4631be3259b272e1f6cbe9b4915410b (diff)
Merge branch 'develop' into Evan
mise a jour de la branche
Diffstat (limited to 'server/core/Plugin_Api.php')
-rw-r--r--server/core/Plugin_Api.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/core/Plugin_Api.php b/server/core/Plugin_Api.php
index c2a9041..20ffd0c 100644
--- a/server/core/Plugin_Api.php
+++ b/server/core/Plugin_Api.php
@@ -1,9 +1,9 @@
<?php
//Init plugin directory
-if (!defined('PLUGINS_DIR')) {
+/*if (!defined('PLUGINS_DIR')) {
define('PLUGINS_DIR', INSTALL_PATH . 'plugins/');
-}
+}*/
class plugin_api{