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.patch4
1 files changed, 2 insertions, 2 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
index a7f0df71280..57171d42cb5 100644
--- a/community/ltb-project-ssp/ltb-project-ssp-move-config-location.patch
+++ b/community/ltb-project-ssp/ltb-project-ssp-move-config-location.patch
@@ -1,11 +1,11 @@
--- a/index.php
+++ b/index.php
-@@ -22,7 +22,7 @@
+@@ -24,7 +24,7 @@
#==============================================================================
# Includes
#==============================================================================
-require_once("conf/config.inc.php");
+require_once("/etc/ltb-project/ssp/conf/config.inc.php");
+ require_once("lib/vendor/defuse-crypto.phar");
require_once("lib/functions.inc.php");
if ($use_recaptcha) {
- require_once("lib/recaptchalib.php");