diff --git a/lib/util.php b/lib/util.php
index 6518ca99df0e9752a6495fa1525630461b668050..8b8a27657b23319d79a89cb930354f39cf310d11 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;
   			}
 		}