<?php /********************** WEB AUTHENTICATION with PHP **************************
This package provide a set of tools for web authentication with php and mysql.
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
WEB AUTHENTICATION with PHP
Copyright (C) 2005-2006 Naldi Stefano
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
CONTACT
Please send any question, bug or communication to the author:
Naldi Stefano
ITALY
e-mail: hide@address.com
*****************************************************************************/
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Web Authentication with PHP</title>
<style type="text/css">
<!--
.style4 {
color: #FFFF00;
font-weight: bold;
}
.style5 {color: #FF0000}
-->
</style>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<!--DWLayoutTable--> <tbody>
<tr>
<td align="center" bgcolor="#0000ff" height="50" valign="middle"
width="100%">
<div class="style4" align="center">Web Authentication with PHP v. 1.1<br>
<small><small style="font-style: italic;">
<span style="color: rgb(255, 255, 0);">Released under the GNU General Public License</span></small></small><br>
</div></td>
</tr>
<tr>
<td align="center" bgcolor="#ffcc33" height="50" valign="middle">
<div class="style5" align="center">
<table bgcolor="#0000ff" cellspacing="1" width="80%">
<tbody>
<tr align="center" bgcolor="#ffcc33">
<td bgcolor="#ffffff" width="20%"><a href="index.php">Administration</a></td>
<td width="20%"><a href="setup/setup.php">Setup</a></td>
<td width="20%"><a href="administration/users.php">Users</a></td>
<td width="20%"><a href="administration/groups.php">Groups</a></td>
<td width="20%"><a href="administration/locations.php">Locations</a></td>
</tr>
</tbody>
</table>
</div>
</td>
</tr>
<tr>
<td height="300" align="center" valign="top"><br>
<br>
<table bgcolor="#0000ff" cellspacing="1" width="80%">
<tbody>
<tr bgcolor="#ffffff">
<td width="20%">Administration</td>
<td width="80%">This page </td>
</tr>
<tr bgcolor="#ffffff">
<td width="20%">Setup</td>
<td width="80%">Setup database and configuration files
(remove setup directory when done !)</td>
</tr>
<tr bgcolor="#ffffff">
<td width="20%">Users</td>
<td width="80%">Users manager (add, modify, delete) </td>
</tr>
<tr bgcolor="#ffffff">
<td width="20%">Groups</td>
<td width="80%">Groups manager (add, modify, delete) </td>
</tr>
<tr bgcolor="#ffffff">
<td width="20%">Locations</td>
<td width="80%">Setting directories and files access
restrictions</td>
</tr>
</tbody>
</table> <p> </p></td>
</tr>
</tbody>
</table>
</body>
</html>