From a0b7b85c5678d09504fa2d39e64a86b26ee25410 Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Sun, 7 Aug 2011 18:00:35 +0200 Subject: [PATCH] remove debug --- lib/util.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/util.php b/lib/util.php index 6518ca99df..8b8a27657b 100644 --- a/lib/util.php +++ b/lib/util.php @@ -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; } }