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 +