mirror of
https://github.com/OPSnet/Gazelle.git
synced 2026-01-16 18:04:34 -05:00
10 lines
144 B
PHP
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.
|