downloaded challenges
didnt know they would publish everything
This commit is contained in:
4
DownUnderCTF 2023/beginner/xxd-server/xxd_server/.htaccess
Executable file
4
DownUnderCTF 2023/beginner/xxd-server/xxd_server/.htaccess
Executable file
@@ -0,0 +1,4 @@
|
||||
# Everything not a PHP file, should be served as text/plain
|
||||
<FilesMatch "\.(?!(php)$)([^.]*)$">
|
||||
ForceType text/plain
|
||||
</FilesMatch>
|
||||
Reference in New Issue
Block a user