aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2011-01-20 16:17:55 +0100
committerRobin Appelman <icewind1991@gmail.com>2011-01-20 16:17:55 +0100
commit0337b469759acc85811735e29136435ba556b1d8 (patch)
tree59c61de52f3b24471d9b366d27c38d42f543a698
parent8625a524a55a898f83f4fbe359321612b58a51be (diff)
downloadnextcloud-server-0337b469759acc85811735e29136435ba556b1d8.tar.gz
nextcloud-server-0337b469759acc85811735e29136435ba556b1d8.zip
remove debug statement
-rw-r--r--inc/lib_base.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/lib_base.php b/inc/lib_base.php
index c2ddd48bd6f..be0883dc52a 100644
--- a/inc/lib_base.php
+++ b/inc/lib_base.php
@@ -215,7 +215,6 @@ class OC_UTIL {
}
global $CONFIG_DBTYPE;
global $CONFIG_DBNAME;
- echo PHP_OS;
if(!stristr(PHP_OS, 'WIN')){
if($CONFIG_DBTYPE=='sqlite'){
$file=$SERVERROOT.'/'.$CONFIG_DBNAME;