diff options
| author | Eole <EoleDev@outlook.fr> | 2016-01-30 11:41:45 +0100 |
|---|---|---|
| committer | Eole <EoleDev@outlook.fr> | 2016-01-30 11:41:45 +0100 |
| commit | 78e6e5787ce2df4ae55f5b4d64c792b8f20696d7 (patch) | |
| tree | 94b2293391e70350d7ebbaa99979d1dd7f292399 /server/core/Plugin_Api.php | |
| parent | ba8bbc77fb302f95b2e508d1ff1203f451311bf4 (diff) | |
Begin of Identity Implementation, Begin of Token management for Identification
Diffstat (limited to 'server/core/Plugin_Api.php')
| -rw-r--r-- | server/core/Plugin_Api.php | 4 |
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{ |
