<?php
session_start();
$_SESSION[valid_login] = "FALSE"
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Welcome to Gsys v0.10 - Greek Management System</title>
<link href="includes/index.css" rel="stylesheet" type="text/css">
</head>
<body>
<br /><br />
<center><img src="images/eg_banner.gif" width="780" height="166" /></center><br />
<strong><center>Welcome to Gsys v0.10 - Greek Management System</center></strong>
<br /><br />
<form method="POST" action="php/do_authuser.php">
<p class="static" align="center">Username:<br>
<input type="text" name="username" size=25 maxlength=25>
<p class="static" align="center">Password:<br>
<input type="password" name="password" size=25 maxlength=25>
<center>
<input type="submit" name="submit" value="Login">
</center>
</form>
<br /><br />
<p>NOTE: THIS IS BETA SOFTWARE! As far as has been tested, everything that is here works but I offer no guarantees.</p>
<br /><br />
<p>Gsys is covered by the GNU GPLv2 and was coded by darc - darc[-at-]darchorizons.com</p>
<p><a href="http://www.darchorizons.com">www.darchorizons.com</a></p>
</body>
</html>