X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/a44ced160e118a5bb5cd253d5e765c0684c61068..bca6dbd294c4e7738924e8ccfaec68129f76b1b3:/channels/index.php diff --git a/channels/index.php b/channels/index.php index 54d9b90..efb65a4 100644 --- a/channels/index.php +++ b/channels/index.php @@ -17,11 +17,10 @@ $channels = $rpc->channel()->getAll(); - - - - + + + channel()->getAll(); { 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 ""; + $topic = (isset($channel->topic)) ? $channel->topic : ""; + echo ""; + echo ""; } ?>
NameCreatedUser countTopicTopic SetUsers ModesTopicCreated
".$channel->name."".$channel->creation_time."".$channel->num_users."".$topic."".$setby."".$modes."".$topic."".$channel->creation_time."