mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
database pages
This commit is contained in:
parent
9dd6022057
commit
2ed6ca4191
18 changed files with 276 additions and 34 deletions
|
@ -19,10 +19,7 @@ if ($_SESSION['user'] == 'admin') {
|
|||
// Check user argument?
|
||||
if (empty($_GET['user'])) {
|
||||
header("Location: /list/user/");
|
||||
}
|
||||
|
||||
if (!empty($_POST['cancel'])) {
|
||||
header("Location: /list/user/");
|
||||
exit;
|
||||
}
|
||||
|
||||
// Check user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue