diff options
author | Igor Scheller <igor.scheller@igorshp.de> | 2017-09-20 01:29:04 +0200 |
---|---|---|
committer | Igor Scheller <igor.scheller@igorshp.de> | 2017-09-20 01:29:04 +0200 |
commit | 31414905d710ed53796d67759dec24baf2eeefc7 (patch) | |
tree | 283d2d1b2b2f8ba8214371e36c3b43ca163a59c2 /public | |
parent | 5b12eecdd63dd6fc64e988cd2ff6b5fb89d10429 (diff) |
Fixed exceptionHandler to catch PdoExceptions, formatting
Diffstat (limited to 'public')
-rw-r--r-- | public/.htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/.htaccess b/public/.htaccess index c9d40187..2b1d3a7a 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -1,3 +1,4 @@ + <IfModule mod_rewrite.c> RewriteEngine on |