mirror of
https://github.com/OPSnet/Gazelle.git
synced 2026-01-16 18:04:34 -05:00
7 lines
110 B
PHP
7 lines
110 B
PHP
<?php
|
|
|
|
require_once(match ($_REQUEST['action'] ?? '') {
|
|
'webirc' => 'webirc.php',
|
|
default => 'join.php',
|
|
});
|