X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/a44ced160e118a5bb5cd253d5e765c0684c61068..408491c6430721b73c29af47c9eb044be254342b:/channels/index.php diff --git a/channels/index.php b/channels/index.php index 54d9b90..8b52d77 100644 --- a/channels/index.php +++ b/channels/index.php @@ -14,30 +14,30 @@ $channels = $rpc->channel()->getAll(); ?>

Channels Overview


- +
- - - - + + + "; - echo ""; - echo ""; + echo ""; echo ""; - $topic = (isset($channel->topic)) ? $channel->topic : ""; - echo ""; - $setby = (isset($channel->topic)) ? "By ".$channel->topic_set_by .", at ".$channel->topic_set_at : ""; - echo ""; $modes = (isset($channel->modes)) ? "+" . $channel->modes : ""; - echo ""; + echo ""; + $topic = (isset($channel->topic)) ? htmlspecialchars($channel->topic) : ""; + echo ""; + echo ""; + echo ""; } + + require_once("../footer.php"); ?>
NameCreatedUser countTopicTopic SetUsers ModesTopicCreated
".$channel->name."".$channel->creation_time."".htmlspecialchars($channel->name)."".$channel->num_users."".$topic."".$setby."".$modes."".htmlspecialchars($modes)."".$topic."".$channel->creation_time."