Dump all the stuff from SVN

This commit is contained in:
Fándly Gergő
2019-08-08 16:35:16 +03:00
parent e71fd3470c
commit 198ba9a5b8
75 changed files with 6655 additions and 0 deletions

4
uploads/.htaccess Normal file
View File

@ -0,0 +1,4 @@
RewriteEngine on
RewriteRule ^[a-zA-Z0-9]+$ file.php?token=$0 [L,QSA]
RewriteCond %{REQUEST_URI} !^.+/.+$
RewriteRule ^ - [F]