diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-11-09 19:10:48 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-09 19:10:48 +0000 |
commit | 065bbb2120ce0aaee96a3886bd06c90ca26da9bd (patch) | |
tree | 08480749178284f29a6466dd6843c90a07a4f92c | |
parent | 4cc70a18519bc5694a59060301278fb5bf911bac (diff) |
try to disable register_globals
-rw-r--r-- | .htaccess | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1 +1,3 @@ php_flag short_open_tag 1 +php_flag register_globals 0 + |