diff --git a/misc/cron/.htaccess b/misc/cron/.htaccess new file mode 100644 index 0000000000000000000000000000000000000000..0e8f647436502c19df04ba090c74da6a9a8ce386 --- /dev/null +++ b/misc/cron/.htaccess @@ -0,0 +1,5 @@ +# Allow direct web access to selected files +<FilesMatch "^(archive\.php|updatetoken\.php)$"> + Order Allow,Deny + Allow from all +</Files>