Files
ops-Gazelle/sections/chat/index.php
2023-09-19 13:15:43 +02:00

7 lines
110 B
PHP

<?php
require_once(match ($_REQUEST['action'] ?? '') {
'webirc' => 'webirc.php',
default => 'join.php',
});