diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2013-06-07 13:03:35 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2013-06-07 13:03:35 +0000 |
commit | 82cf171dc0569c84cc8e1ca08359cf0ce5e0af73 (patch) | |
tree | da2a264f99e09b08852ad7026de2f2167eb8f804 /testing/ltb-project-ssp/ltb-project-ssp-move-config-location.patch | |
parent | f3d8483c306bc7cf9bb1fa1c48470ab54a11b1f3 (diff) | |
download | aports-82cf171dc0569c84cc8e1ca08359cf0ce5e0af73.tar.bz2 aports-82cf171dc0569c84cc8e1ca08359cf0ce5e0af73.tar.xz |
testing/ltb-project-ssp: update patch and deps
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"); |