aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorFrank Karlitschek <karlitschek@kde.org>2011-08-07 18:00:35 +0200
committerFrank Karlitschek <karlitschek@kde.org>2011-08-07 18:00:35 +0200
commita0b7b85c5678d09504fa2d39e64a86b26ee25410 (patch)
treef2b7afc6050a999eb08ef6fc4b6d993448762796 /lib
parent58c2d29f8c1dfb150d96037e3b09f29dedf3df25 (diff)
downloadnextcloud-server-a0b7b85c5678d09504fa2d39e64a86b26ee25410.tar.gz
nextcloud-server-a0b7b85c5678d09504fa2d39e64a86b26ee25410.zip
remove debug
Diffstat (limited to 'lib')
-rw-r--r--lib/util.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php
index 6518ca99df0..8b8a27657b2 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;
}
}