Delete run/errors/403.php

This commit is contained in:
2026-02-06 16:36:23 +00:00
parent a70ebdad54
commit 16b6f6da9e

View File

@@ -1,16 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>403 - Login required</title>
</head>
<body>
<h2>403 - Login required</h2>
<form method="post" action="/403-login">
<label>Login: <input type="text" name="login" required></label><br>
<label>Password: <input type="password" name="password" required></label><br>
<button type="submit">Login</button>
</form>
</body>
</html>