mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 05:44:07 -07:00
Removed server side pages rendering.
This commit is contained in:
parent
be834ddd17
commit
0bb63b01c4
26 changed files with 0 additions and 134 deletions
|
@ -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']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue