diff options
author | querwurzelt <> | 2019-01-20 22:19:33 +0100 |
---|---|---|
committer | querwurzelt <> | 2019-01-21 22:15:21 +0100 |
commit | ea04385bc16de6b7b65aab75c5c33cfe2d71ea84 (patch) | |
tree | ce675e51c2604149cb8a949b7ef3d92e98bc2f52 /cache/.htaccess | |
parent | e636523aac630d73cda415cf551d0be570ce10d6 (diff) | |
download | semanticscuttle-ea04385bc16de6b7b65aab75c5c33cfe2d71ea84.tar.gz semanticscuttle-ea04385bc16de6b7b65aab75c5c33cfe2d71ea84.tar.bz2 |
PHP 7.3 compat, bug fixes
Diffstat (limited to 'cache/.htaccess')
-rw-r--r-- | cache/.htaccess | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cache/.htaccess b/cache/.htaccess index baa56e5..b66e808 100644 --- a/cache/.htaccess +++ b/cache/.htaccess @@ -1,2 +1 @@ -order allow,deny -deny from all
\ No newline at end of file +Require all denied |