Move cron scripts

Move cron scripts to their own subfolder.
This commit is contained in:
wrongecho
2024-12-30 17:31:34 +00:00
parent 955f7c3f3b
commit df19709c2f
7 changed files with 1958 additions and 2 deletions

3
scripts/.htaccess Normal file
View File

@@ -0,0 +1,3 @@
<FilesMatch "\.(php)$">
Require all denied
</FilesMatch>