Tweaks to V1.4.1 that wasn't supposed to be pushed
This commit is contained in:
parent
b7dc60289b
commit
5775da3165
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user