From 3642b51a408f9bb23144f9a23287d78a4a7fa996 Mon Sep 17 00:00:00 2001 From: dairiki Date: Thu, 8 Nov 2001 16:26:08 +0000 Subject: [PATCH] New file. For people with (suitably configured) apache servers, this sets some of PHP's configuration variables to safer values. In particular, register_globals and allow_url_fopen are turned off. git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@619 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- .htaccess | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 000000000..07b48b57e --- /dev/null +++ b/.htaccess @@ -0,0 +1,6 @@ + + php_flag register_globals off + php_flag track_vars on + + php_flag allow_url_fopen off + -- 2.45.0