<?php require_once("access.inc.php"); ?> <html> <head> <title>Admin</title> </head> <body> <a href="createUser.php">Create an user</a> | <a href="stats.php">Stats</a><hr/> </body> </html>