X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/450b842f866c7f778b41fe5a994ab3113b3a958f..3d4e4ec4af3d2ba1eb9d7bece2361ddd56d5c7ca:/channels/index.php diff --git a/channels/index.php b/channels/index.php index 070df50..82a60d1 100644 --- a/channels/index.php +++ b/channels/index.php @@ -1,7 +1,6 @@ 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("../footer.php"); - ?> - + +
NameUsersModesTopicCreated
name))."\">".htmlspecialchars($channel->name)."".$channel->num_users."". - "modes)."\">". - htmlspecialchars($modes)."".$topic."". - "creation_time."\">". - "$date
+ + + + + + +
NameUsersModesTopicCreated
+ + +