Skip to content
Snippets Groups Projects
Commit 8b2ff8dc authored by Robin Appelman's avatar Robin Appelman
Browse files

change the user backend after we load the plugins

parent 9c56a1e6
No related branches found
No related tags found
No related merge requests found
......@@ -89,6 +89,8 @@ oc_require_once('lib_plugin.php');
OC_PLUGIN::loadPlugins();
OC_USER::setBackend($CONFIG_BACKEND);
if(!is_dir($CONFIG_DATADIRECTORY_ROOT)){
@mkdir($CONFIG_DATADIRECTORY_ROOT) or die("Can't create data directory ($CONFIG_DATADIRECTORY_ROOT), you can usually fix this by setting the owner of '$SERVERROOT' to the user that the web server uses (www-data for debian/ubuntu)");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment