mirror of
https://github.com/nextcloud/server.git
synced 2026-04-25 08:08:33 -04:00
load plugins
This commit is contained in:
parent
0ba0f22627
commit
4f5e24a327
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ if(OC_USER::isLoggedIn()){
|
|||
// load plugins
|
||||
$CONFIG_LOADPLUGINS='';
|
||||
$plugins=explode(' ',$CONFIG_LOADPLUGINS);
|
||||
if(isset($plugins[0]['url'])) foreach($plugins as $plugin) require_once('plugins/'.$plugin.'/lib_'.$plugin.'.php');
|
||||
if(isset($plugins[0]['url'])) foreach($plugins as $plugin) require_once($SERVERROOT.'/plugins/'.$plugin.'/lib_'.$plugin.'.php');
|
||||
|
||||
|
||||
// check if the server is correctly configured for ownCloud
|
||||
|
|
|
|||
Loading…
Reference in a new issue