Update data with cron to prevent api rate limiting #14

Merged
OpzekerIT merged 3 commits from update_data into main 2023-09-21 13:53:18 +00:00
Showing only changes of commit b9bb5d4a47 - Show all commits

4
update/.htaccess Normal file
View file

@ -0,0 +1,4 @@
<Files *.ps1>
Order allow,deny
Deny from all
</Files>