Remove old user management, add making a new one to the todo list

This commit is contained in:
Paul van Schayck
2005-01-10 22:27:42 +00:00
committed by WineHQ
parent 910d3b2914
commit 6b039f82ce
2 changed files with 3 additions and 4 deletions

2
TODO
View File

@@ -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

View File

@@ -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();
?>