mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
database add page
This commit is contained in:
parent
118ceaa34a
commit
9dd6022057
11 changed files with 262 additions and 29 deletions
|
@ -14,12 +14,6 @@ top_panel($user,$TAB);
|
|||
|
||||
// Are you admin?
|
||||
if ($_SESSION['user'] == 'admin') {
|
||||
|
||||
// Cancel
|
||||
if (!empty($_POST['cancel'])) {
|
||||
header("Location: /list/mail/");
|
||||
}
|
||||
|
||||
// Mail Domain
|
||||
if (!empty($_POST['ok'])) {
|
||||
if (empty($_POST['v_domain'])) $errors[] = 'domain';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue