From 29ed335dfc3b57c6b5ee8ade2ea5cbdc8fa7d47c Mon Sep 17 00:00:00 2001
From: Jason Woofenden
Date: Thu, 17 Nov 2011 18:05:49 -0500
Subject: [PATCH 1/1] add admin page to edit logins
---
admin.html | 2 +
admin_admins.html | 68 ++++++++++++++++++++++++++++++++
admin_admins.php | 114 +++++++++++++++++++++++++++++++++++++++++++++++++++++
admin_admins.sql | 8 ++++
admin_login.php | 22 +++++++----
code/config.php | 7 +---
6 files changed, 207 insertions(+), 14 deletions(-)
create mode 100644 admin_admins.html
create mode 100644 admin_admins.php
create mode 100644 admin_admins.sql
diff --git a/admin.html b/admin.html
index 03b31a3..c60e53f 100644
--- a/admin.html
+++ b/admin.html
@@ -15,6 +15,8 @@
Manage (downloadable) files
+ Manage administrators (passwords, etc.)
+
Log out
+
+
+
+ Add a new accountEdit account "~username html~"
+
+
+
+
+
+
+
+
+ Accounts Listing
+
+
+ [Add a new account]
+
+
+
+
+ No accounts in database.
+
+
+ [Add a new account]
+
+
+
+
diff --git a/admin_admins.html b/admin_admins.html
new file mode 100644
index 0000000..bf378e9
--- /dev/null
+++ b/admin_admins.html
@@ -0,0 +1,68 @@
+
+
+
+