remove debug

This commit is contained in:
Frank Karlitschek 2011-08-07 18:00:35 +02:00
parent 58c2d29f8c
commit a0b7b85c56
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ class OC_Util {
$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->printPage();
phpinfo();
exit;
}
}