From e79db5adac4c9d0e6f3550f051c469ed87ec753a Mon Sep 17 00:00:00 2001 From: root Date: Wed, 25 Nov 2015 22:10:22 +0100 Subject: [PATCH] . --- .htaccess | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .htaccess 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