chore: add web toolchain and infrastructure for Plan 3
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
Require all denied
|
||||
Deny from all
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
http_response_code(403);
|
||||
header('Content-Type: text/plain; charset=utf-8');
|
||||
echo "Forbidden\n";
|
||||
Reference in New Issue
Block a user