Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2011-01-20 18:17:55 +0300
committerRobin Appelman <icewind1991@gmail.com>2011-01-20 18:17:55 +0300
commit0337b469759acc85811735e29136435ba556b1d8 (patch)
tree59c61de52f3b24471d9b366d27c38d42f543a698 /inc
parent8625a524a55a898f83f4fbe359321612b58a51be (diff)
remove debug statement
Diffstat (limited to 'inc')
-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;