From 3ff206f84dbd064eca5ec6c052e621e10eb7a03b Mon Sep 17 00:00:00 2001 From: johnnyq Date: Wed, 8 Oct 2025 17:25:03 -0400 Subject: [PATCH] Add .htaccess in cron --- cron/.htaccess | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cron/.htaccess diff --git a/cron/.htaccess b/cron/.htaccess new file mode 100644 index 00000000..77b4e697 --- /dev/null +++ b/cron/.htaccess @@ -0,0 +1,3 @@ + + Require all denied + \ No newline at end of file