aboutsummaryrefslogtreecommitdiffstats
path: root/community/ltb-project-ssp/ltb-project-ssp-move-config-location.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/ltb-project-ssp/ltb-project-ssp-move-config-location.patch')
-rw-r--r--community/ltb-project-ssp/ltb-project-ssp-move-config-location.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/ltb-project-ssp/ltb-project-ssp-move-config-location.patch b/community/ltb-project-ssp/ltb-project-ssp-move-config-location.patch
new file mode 100644
index 0000000000..a7f0df7128
--- /dev/null
+++ b/community/ltb-project-ssp/ltb-project-ssp-move-config-location.patch
@@ -0,0 +1,11 @@
+--- a/index.php
++++ b/index.php
+@@ -22,7 +22,7 @@
+ #==============================================================================
+ # Includes
+ #==============================================================================
+-require_once("conf/config.inc.php");
++require_once("/etc/ltb-project/ssp/conf/config.inc.php");
+ require_once("lib/functions.inc.php");
+ if ($use_recaptcha) {
+ require_once("lib/recaptchalib.php");