mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
Challenging routing on render_page
This commit is contained in:
parent
b1d7736612
commit
37fb304942
42 changed files with 64 additions and 62 deletions
|
@ -182,12 +182,12 @@ if (!empty($_POST['ok_acc'])) {
|
|||
if (empty($_GET['domain'])) {
|
||||
// Display body for mail domain
|
||||
|
||||
render_page($user, $TAB, 'admin/add_mail');
|
||||
render_page($user, $TAB, 'add_mail');
|
||||
} else {
|
||||
// Display body for mail account
|
||||
|
||||
$v_domain = $_GET['domain'];
|
||||
render_page($user, $TAB, 'admin/add_mail_acc');
|
||||
render_page($user, $TAB, 'add_mail_acc');
|
||||
}
|
||||
|
||||
// Flush session messages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue