diff options
Diffstat (limited to 'testing/ltb-project-ssp/ltb-project-ssp-move-config-location.patch')
-rw-r--r-- | testing/ltb-project-ssp/ltb-project-ssp-move-config-location.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ltb-project-ssp/ltb-project-ssp-move-config-location.patch b/testing/ltb-project-ssp/ltb-project-ssp-move-config-location.patch index 51ba4e3a1a..a7f0df7128 100644 --- a/testing/ltb-project-ssp/ltb-project-ssp-move-config-location.patch +++ b/testing/ltb-project-ssp/ltb-project-ssp-move-config-location.patch @@ -5,7 +5,7 @@ # Includes #============================================================================== -require_once("conf/config.inc.php"); -+require_once("/etc/ltb-project-ssb/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"); |