summarylogtreecommitdiffstats
path: root/htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'htaccess')
-rw-r--r--htaccess4
1 files changed, 4 insertions, 0 deletions
diff --git a/htaccess b/htaccess
new file mode 100644
index 000000000000..5968acaa485f
--- /dev/null
+++ b/htaccess
@@ -0,0 +1,4 @@
+php_flag magic_quotes_gpc off
+php_flag register_globals off
+php_flag magic_quotes_runtime off
+php_flag short_open_tag on