Changes to login...

This commit is contained in:
Pentium44 2020-12-10 00:37:32 -08:00
parent b58c7781fe
commit e7c3be3f9e
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
///////
$title = "IdleIRC"; // Chat title
$desc = "IdleIRC, a simple PHP based IRC client & bouncer."; // Chat description
$desc = "IdleIRC is a simple web based IRC client & bouncer service."; // Chat description
$server = "cddo.cf"; // IRC server connected to (for information display panel and client)
$port = "1337"; // IRC server port (for information display panel)
$server_msgcount = "80"; // Number of messages to leave at the end of the server database

View File

@ -34,7 +34,7 @@ function loginForm(){
<br>
<div class="login">
<p>
Welcome to the WebIRC client / bouncer!<br />
Welcome to <?php echo $GLOBALS['title'] . " " . $GLOBALS['version'] . ".<br /> " . $GLOBALS['desc']; ?><br />
Don't have an account? <a href="index.php?register">Create one</a> here!<br />
</p>
<form action="<?php echo $_SERVER['PHP_SELF']; ?>?do=login" method="post">