diff options
Diffstat (limited to 'eskuel/config.inc.php')
-rw-r--r-- | eskuel/config.inc.php | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/eskuel/config.inc.php b/eskuel/config.inc.php deleted file mode 100644 index a1018db..0000000 --- a/eskuel/config.inc.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -include('/etc/local-COMMON/auth/get_uid_and_mysql_pw.php'); - -$confDB['0']['name'] = 'default'; -$confDB['0']['host'] = 'localhost'; -$confDB['0']['user'] = $PHP_AUTH_USER; -$confDB['0']['password'] = $PHP_AUTH_PASS; -#$confDB['0']['db'] = $PHP_AUTH_USER.'_'; - -$conf['defaultPerRequest'] = '30'; -$conf['defaultConf'] = '0'; -$conf['defaultTxt'] = 'english.inc.php'; -$conf['tipsOfTheDay'] = '1'; -$conf['siteUrl'] = 'http://'; -$conf['showMysqlState'] = '1'; -$conf['showMysqlVars'] = '1'; -$conf['showMysqlProcess'] = '1'; -$conf['reduceBlob'] = '50'; - -?>
\ No newline at end of file |