From dc4ef33784fff11708626f490b03ee39017b800b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Je=CC=81ro=CC=82me=20Schneider?= Date: Mon, 20 Aug 2012 18:52:37 +0200 Subject: [PATCH] =?UTF-8?q?Ba=C3=AFkal=20now=20asserts=20that=20the=20SQLi?= =?UTF-8?q?te=20directory=20is=20writable.=20Thanks=20to=20Rapha=C3=ABl=20?= =?UTF-8?q?Droz=20for=20the=20fix.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CoreVersions/0.2.1/Frameworks/Flake | 2 +- CoreVersions/0.2.1/Resources/System/htaccess-documentroot | 3 +++ html/.htaccess | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CoreVersions/0.2.1/Frameworks/Flake b/CoreVersions/0.2.1/Frameworks/Flake index dee7887..1de6d8d 160000 --- a/CoreVersions/0.2.1/Frameworks/Flake +++ b/CoreVersions/0.2.1/Frameworks/Flake @@ -1 +1 @@ -Subproject commit dee7887544a8aff99fb6cc0a521727f33e0a74b3 +Subproject commit 1de6d8dc3d6408619cd23dda28ce7d6284ad63e9 diff --git a/CoreVersions/0.2.1/Resources/System/htaccess-documentroot b/CoreVersions/0.2.1/Resources/System/htaccess-documentroot index 30a175c..7dfbd69 100644 --- a/CoreVersions/0.2.1/Resources/System/htaccess-documentroot +++ b/CoreVersions/0.2.1/Resources/System/htaccess-documentroot @@ -14,3 +14,6 @@ ExpiresActive Off + +# Disabling PHP Magic quotes, we handle this ourself +php_flag magic_quotes_gpc Off \ No newline at end of file diff --git a/html/.htaccess b/html/.htaccess index 30a175c..7dfbd69 100755 --- a/html/.htaccess +++ b/html/.htaccess @@ -14,3 +14,6 @@ ExpiresActive Off + +# Disabling PHP Magic quotes, we handle this ourself +php_flag magic_quotes_gpc Off \ No newline at end of file