summaryrefslogtreecommitdiff
path: root/eskuel/config.inc.php
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-01-26 14:30:08 +0100
committerJonas Smedegaard <dr@jones.dk>2017-01-26 14:30:08 +0100
commite042b7bced715a9d0d6c660df453b1b68f263316 (patch)
tree13f1bcd2f7cccf87718d92b5fc9a112d4c3ea455 /eskuel/config.inc.php
parentc778483fbd7829e2d41157ae6be2d7f1eef709f5 (diff)
Drop ancient unused files.
Diffstat (limited to 'eskuel/config.inc.php')
-rw-r--r--eskuel/config.inc.php21
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