Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorPiotr <hello@piotr.cz>2014-04-28 11:44:24 +0400
committerPiotr <hello@piotr.cz>2014-04-28 11:44:24 +0400
commit1c72085cf359e13f789cb843190a4bebf1d121a8 (patch)
tree89be718348035eab87ecf2d5f2db86a9334771b6 /misc
parent20ce8da5cc2bc512bf7aaabc811ec939c243e367 (diff)
Allow just archive.php
Diffstat (limited to 'misc')
-rw-r--r--misc/cron/.htaccess6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/cron/.htaccess b/misc/cron/.htaccess
index 5b5128a490..0706fc7113 100644
--- a/misc/cron/.htaccess
+++ b/misc/cron/.htaccess
@@ -1,5 +1,5 @@
-# Allow direct web access to selected files
-<FilesMatch "^(archive\.php|updatetoken\.php)$">
+# Allow direct web access to Web cron
+<Files "archive.php">
Order Allow,Deny
Allow from all
-</FilesMatch>
+</Files>