Skip to content
Snippets Groups Projects
Commit a0b7b85c authored by Frank Karlitschek's avatar Frank Karlitschek
Browse files

remove debug

parent 58c2d29f
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,6 @@ class OC_Util { ...@@ -30,7 +30,6 @@ class OC_Util {
$tmpl = new OC_Template( '', 'error', 'guest' ); $tmpl = new OC_Template( '', 'error', 'guest' );
$tmpl->assign('errors',array(1=>array('error'=>"Can't create data directory ($CONFIG_DATADIRECTORY_ROOT)",'hint'=>"You can usually fix this by setting the owner of '$SERVERROOT' to the user that the web server uses (".exec('whoami').")"))); $tmpl->assign('errors',array(1=>array('error'=>"Can't create data directory ($CONFIG_DATADIRECTORY_ROOT)",'hint'=>"You can usually fix this by setting the owner of '$SERVERROOT' to the user that the web server uses (".exec('whoami').")")));
$tmpl->printPage(); $tmpl->printPage();
phpinfo();
exit; exit;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment