First upload

This commit is contained in:
Nikolai Fesenko
2025-02-02 13:37:56 +01:00
commit 8d227c9191
3281 changed files with 362319 additions and 0 deletions

12
shop/source/cache/.htaccess vendored Executable file
View File

@@ -0,0 +1,12 @@
# disabling file access
<FilesMatch .*>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order allow,deny
Deny from all
</IfModule>
</FilesMatch>
Options -Indexes

2
shop/source/cache/dir.txt vendored Executable file
View File

@@ -0,0 +1,2 @@
We store generated files for cached information in this dir.
The files in this dir are required to be present always (as an opposite to /tmp/ files which could be removed anytime and are generated on demand)