edit user

This commit is contained in:
Serghey Rodin 2012-05-22 14:58:01 +03:00
commit f91f23a727
20 changed files with 268 additions and 13 deletions

View file

@ -17,7 +17,6 @@ if ($_SESSION['user'] == 'admin') {
// Cancel
if (!empty($_POST['cancel'])) {
echo $_POST['cancel'];
header("Location: /list/user/");
}