Files
ops-Gazelle/sections/error/403.php
2025-05-23 14:41:16 +02:00

10 lines
144 B
PHP

<?php
declare(strict_types=1);
namespace Gazelle;
notify(IRC_CHAN_STATUS, '403', $_SERVER['REQUEST_URI']);
?>
<h1>Error: 403</h1> Forbidden.