mirror of
https://github.com/jcreek/Assassins-Mission-Control.git
synced 2026-07-13 02:53:44 +00:00
Begun adding the full admin backend
Admin users can now create the users table (means whoever sets up the site only needs to create a database then non-tech admin users can continue from there), close registration and start the game.
This commit is contained in:
@@ -9,11 +9,24 @@
|
||||
<body>
|
||||
<div id="main">
|
||||
|
||||
<form method="post" action="startgame.php" name="startgame" id="startgame">
|
||||
<form method="post" action="admin-tools/create-users-table.php" name="create-users-table" id="create-users-table">
|
||||
<fieldset>
|
||||
<input type="submit" name="startgame" id="startgame" value="StartGame" />
|
||||
<input type="submit" name="create-users-table" id="create-users-table" value="Create Users Table" />
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
<form method="post" action="admin-tools/startgame.php" name="startgame" id="startgame">
|
||||
<fieldset>
|
||||
<input type="submit" name="startgame" id="startgame" value="Start Game" />
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
<form method="post" action="admin-tools/close-registration.php" name="close-registration" id="close-registration">
|
||||
<fieldset>
|
||||
<input type="submit" name="close-registration" id="close-registration" value="Close Registration" />
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user