From 1c72085cf359e13f789cb843190a4bebf1d121a8 Mon Sep 17 00:00:00 2001 From: Piotr <hello@piotr.cz> Date: Mon, 28 Apr 2014 09:44:24 +0200 Subject: [PATCH] Allow just archive.php --- misc/cron/.htaccess | 6 +++--- 1 file 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> -- GitLab