Users: Revamp and consolidate code, integrate ORM.

This commit is contained in:
reliberate
2016-10-05 10:29:30 -06:00
parent 73cf433e05
commit 4a0f4615e9
32 changed files with 2613 additions and 2342 deletions

View File

@@ -64,7 +64,7 @@
$_SESSION["message_mood"] = "negative";
}
header("Location: usersupdate.php?id=".check_str($_REQUEST["user_uuid"]));
header("Location: user_edit.php?id=".check_str($_REQUEST["user_uuid"]));
exit;
?>