From df7f237af42a284db04d702a9ab9067a46d82a95 Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Tue, 6 Oct 2015 07:22:34 +0000 Subject: community/ltb-project-ssp: moved from main --- .../ltb-project-ssp-move-config-location.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 community/ltb-project-ssp/ltb-project-ssp-move-config-location.patch (limited to 'community/ltb-project-ssp/ltb-project-ssp-move-config-location.patch') 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"); -- cgit v1.2.3