X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/c06c1713af2db485d55a91073bbc5b63b6aa8c0b..c9e895e3b74e7b2eef6554a20a25f0ff9b9783e1:/channels/index.php diff --git a/channels/index.php b/channels/index.php index 111bf22..82a60d1 100644 --- a/channels/index.php +++ b/channels/index.php @@ -1,6 +1,5 @@ channel()->getAll(); - ?>

Channels Overview


- - - - - - - - - - "; - echo ""; - $s = ($channel->num_users) ? "success" : "danger"; - echo ""; - $modes = (isset($channel->modes)) ? "+" . explode(" ",$channel->modes)[0] : ""; - echo ""; - $topic = (isset($channel->topic)) ? htmlspecialchars($channel->topic) : ""; - echo ""; - $date = explode("T", $channel->creation_time)[0]; - echo ""; - echo ""; - } - - require_once("../inc/footer.php"); - ?> - + +
NameUsersModesTopicCreated
name))."\">".htmlspecialchars($channel->name)."".$channel->num_users."". - "modes)."\">". - htmlspecialchars($modes)."".$topic."". - "creation_time."\">". - "$date
+ + + + + + +
NameUsersModesTopicCreated
+ + +