Changes to login...
This commit is contained in:
parent
b58c7781fe
commit
e7c3be3f9e
@ -6,7 +6,7 @@
|
|||||||
///////
|
///////
|
||||||
|
|
||||||
$title = "IdleIRC"; // Chat title
|
$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)
|
$server = "cddo.cf"; // IRC server connected to (for information display panel and client)
|
||||||
$port = "1337"; // IRC server port (for information display panel)
|
$port = "1337"; // IRC server port (for information display panel)
|
||||||
$server_msgcount = "80"; // Number of messages to leave at the end of the server database
|
$server_msgcount = "80"; // Number of messages to leave at the end of the server database
|
||||||
|
@ -34,7 +34,7 @@ function loginForm(){
|
|||||||
<br>
|
<br>
|
||||||
<div class="login">
|
<div class="login">
|
||||||
<p>
|
<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 />
|
Don't have an account? <a href="index.php?register">Create one</a> here!<br />
|
||||||
</p>
|
</p>
|
||||||
<form action="<?php echo $_SERVER['PHP_SELF']; ?>?do=login" method="post">
|
<form action="<?php echo $_SERVER['PHP_SELF']; ?>?do=login" method="post">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user