From 8f3b73d2947e47c9bb9833fb6865a2b59b59aa31 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sat, 18 Mar 2006 00:56:35 +0000 Subject: [PATCH] correct value for php --- html/.htaccess | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 html/.htaccess diff --git a/html/.htaccess b/html/.htaccess new file mode 100644 index 000000000..5e04b441b --- /dev/null +++ b/html/.htaccess @@ -0,0 +1,5 @@ +php_value include_path .:../../include:../include:addon +php_flag magic_quotes_gpc off +php_flag session.auto_start on +php_value session.save_path /tmp +