Tweaks to V1.4.1 that wasn't supposed to be pushed

master
Pentium44 2020-12-24 20:58:29 -08:00
parent b7dc60289b
commit 5775da3165
2 changed files with 4 additions and 3 deletions

View File

@ -5,8 +5,9 @@
// https://github.com/Pentium44/idleirc
///////
$title = "FreeBounce"; // Main IdleIRC title
$desc = "FreeBounce is a simple web based IRC client & bouncer service powered by IdleIRC"; // IdleIRC description
$title = "IdleIRC"; // Main IdleIRC title
$pagetitle = "IdleIRC"; // Main IdleIRC UI page title.
$desc = "IdleIRC is a simple web based IRC client & bouncer service"; // IdleIRC description
$server = "cddo.cf"; // IRC server connected to (for information display panel and client)
$port = "1337"; // IRC server port (for information display panel and client)
$default_channel = "#theroot"; // Default channel to push users into

View File

@ -434,7 +434,7 @@ if(file_exists("users/." . $_SESSION['idleirc-user'] . ".pingfile"))
</script>
</head>
<body <?php if(!isset($_GET['register']) && !isset($_GET['logs']) && !isset($_GET['settings']) && isset($_SESSION['idleirc-user']) && file_exists("users/." . $_SESSION['idleirc-user'] . ".pingfile")) { echo 'onload="UpdateTimer();"'; } ?>>
<div class="info"><?php echo "Free<span style='color:#00ff00;'>Bounce</span>";
<div class="info"><?php echo $pagetitle;
if(isset($_SESSION['idleirc-user'])) { echo " ~ " . $_SESSION['idleirc-servaddr'] . ":" . $_SESSION['idleirc-servport'] . " on " . $_SESSION['idleirc-channel']; } ?></div>
<?php