[phpwebapp-commits] CVS: top10 admin.php,NONE,1.1
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-09-26 15:31:17
|
Update of /cvsroot/phpwebapp/top10 In directory sc8-pr-cvs1:/tmp/cvs-serv4498 Added Files: admin.php Log Message: Admin mode and authentication for the admin. --- NEW FILE: admin.php --- <?php /* This file is part of Top10. */ if (!isset($_POST["targetPage"])) { $_POST["targetPage"] = "admin/login/login.html"; } define("ADMIN", "true"); include_once "index.php"; ?> |