first commit

This commit is contained in:
2025-04-01 15:10:10 +02:00
commit cc380a2e1a
19540 changed files with 4702716 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<IfModule mod_mime.c>
AddType application/octet-stream .wpress
</IfModule>
<IfModule mod_dir.c>
DirectoryIndex index.php
</IfModule>
<IfModule mod_autoindex.c>
Options -Indexes
</IfModule>