Challenging routing on render_page

This commit is contained in:
Flat 2016-07-02 21:40:46 +09:00
commit 37fb304942
42 changed files with 64 additions and 62 deletions

View file

@ -307,10 +307,10 @@ if ((!empty($_POST['save'])) && (!empty($_GET['domain'])) && (!empty($_GET['acco
// Render page
if (empty($_GET['account'])) {
// Display body for mail domain
render_page($user, $TAB, 'admin/edit_mail');
render_page($user, $TAB, 'edit_mail');
} else {
// Display body for mail account
render_page($user, $TAB, 'admin/edit_mail_acc');
render_page($user, $TAB, 'edit_mail_acc');
}
// Flush session messages