aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/lam/lam-change-config-file-location.patch
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/lam/lam-change-config-file-location.patch')
-rw-r--r--unmaintained/lam/lam-change-config-file-location.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/unmaintained/lam/lam-change-config-file-location.patch b/unmaintained/lam/lam-change-config-file-location.patch
deleted file mode 100644
index 0061538c85b..00000000000
--- a/unmaintained/lam/lam-change-config-file-location.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/lib/config.inc
-+++ b/lib/config.inc
-@@ -1386,7 +1386,7 @@
- * Loads preferences from config file
- */
- function __construct() {
-- $this->conffile = substr(__FILE__, 0, strlen(__FILE__) - 15) . "/config/config.cfg";
-+ $this->conffile ="/etc/lam/config.cfg";
- // set default values
- $this->sessionTimeout = 30;
- $this->logLevel = LOG_NOTICE;