Files
BattleForge/var/uploads/index.php
T

8 lines
129 B
PHP

<?php
declare(strict_types=1);
http_response_code(403);
header('Content-Type: text/plain; charset=utf-8');
echo "Forbidden\n";