diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-10-06 07:22:34 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-10-06 07:22:34 +0000 |
commit | df7f237af42a284db04d702a9ab9067a46d82a95 (patch) | |
tree | ad5515e79c0b6eb8d62d35f32c85ef92d025bfd1 /community/ltb-project-ssp/ltb-project-ssp-move-config-location.patch | |
parent | fc787e8f39e919ca99c1912a63642c4ee9947408 (diff) | |
download | aports-df7f237af42a284db04d702a9ab9067a46d82a95.tar.bz2 aports-df7f237af42a284db04d702a9ab9067a46d82a95.tar.xz |
community/ltb-project-ssp: moved from main
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.patch | 11 |
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"); |