remove debug statement

remotes/origin/stable
Robin Appelman 14 years ago
parent 8625a524a5
commit 0337b46975
  1. 1
      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;

Loading…
Cancel
Save