Remove old user management, add making a new one to the todo list
This commit is contained in:
2
TODO
2
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
|
||||
@@ -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();
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user