From dc74872293b4b40b212da86e1026596761e6f707 Mon Sep 17 00:00:00 2001 From: james Date: Thu, 29 Nov 2007 19:15:57 +0000 Subject: [PATCH] Add a .htaccess to turn register_globals OFF (if the server is configured to allow .htaccess to do such things) --- .htaccess | 1 + 1 file changed, 1 insertion(+) create mode 100644 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..35fd432 --- /dev/null +++ b/.htaccess @@ -0,0 +1 @@ +php_flag register_globals off