diff options
-rw-r--r-- | inc/lib_base.php | 1 |
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; |