Removed server side pages rendering.

This commit is contained in:
Alexander 2021-10-29 13:02:40 +03:00
commit 0bb63b01c4
26 changed files with 0 additions and 134 deletions

View file

@ -195,18 +195,6 @@ if (!empty($_POST['ok_acc'])) {
}
}
// Render page
if (empty($_GET['domain'])) {
// Display body for mail domain
// render_page($user, $TAB, 'add_mail');
} else {
// Display body for mail account
$v_domain = $_GET['domain'];
// render_page($user, $TAB, 'add_mail_acc');
}
$result = array(
'error_msg' => $_SESSION['error_msg'],
'ok_msg' => $_SESSION['ok_msg']