Browse Source

provide a defealt, empty, filesystem configuration to suppress some errors

tags/v3.0
Robin Appelman 13 years ago
parent
commit
ec7c069653
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      inc/lib_base.php

+ 1
- 0
inc/lib_base.php View File

@@ -57,6 +57,7 @@ $CONFIG_ENABLEBACKUP=false;
$CONFIG_DATEFORMAT='j M Y G:i';
$CONFIG_DBNAME='owncloud';
$CONFIG_DBTYPE='sqlite';
$CONFIG_FILESYSTEM=array();

// include the generated configfile
@include_once($SERVERROOT.'/config/config.php');

Loading…
Cancel
Save