From 6b039f82ce913090d21038b7351ffc40a4463173 Mon Sep 17 00:00:00 2001 From: Paul van Schayck Date: Mon, 10 Jan 2005 22:27:42 +0000 Subject: [PATCH] Remove old user management, add making a new one to the todo list --- TODO | 2 ++ admin/index.php | 5 +---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index e880e2e..0bccda7 100644 --- a/TODO +++ b/TODO @@ -44,3 +44,5 @@ In particular globally registered vars should be replaced by superglobals (nearl # add wineversion, distro, source/package fields to the appComments table. # add new table for maintainer ratings. fields: userid, appId versionId ,rating, wineversion, distro, source/package + +# add user management \ No newline at end of file diff --git a/admin/index.php b/admin/index.php index 486bfc7..bc7cc83 100644 --- a/admin/index.php +++ b/admin/index.php @@ -37,10 +37,7 @@ if($table_cmd) // output of admin page begins here apidb_header("Admin"); -// Draw User List -include(BASE."include/"."query_users.php"); - +echo 'TODO: User managment'; apidb_footer(); - ?>