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