diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..efe2226 --- /dev/null +++ b/.htaccess @@ -0,0 +1,3 @@ +php_flag display_startup_errors on +php_flag display_errors on +php_flag html_errors on