mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 13:24:24 -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
|
@ -165,13 +165,8 @@ if (empty($_GET['domain'])) {
|
|||
$v_ns8 = str_replace("'", "", $nameservers[7]);
|
||||
unset($output);
|
||||
}
|
||||
|
||||
// render_page($user, $TAB, 'add_dns');
|
||||
} else {
|
||||
// Display body for dns record
|
||||
|
||||
$v_domain = $_GET['domain'];
|
||||
// render_page($user, $TAB, 'add_dns_rec');
|
||||
}
|
||||
|
||||
$result = array(
|
||||
|
|
|
@ -63,8 +63,6 @@ if (!empty($_POST['ok'])) {
|
|||
}
|
||||
}
|
||||
|
||||
// Render
|
||||
// render_page($user, $TAB, 'add_firewall');
|
||||
$result = array(
|
||||
'ok_msg' => $_SESSION['ok_msg'],
|
||||
'error_msg' => $_SESSION['error_msg']
|
||||
|
|
|
@ -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']
|
||||
|
|
|
@ -200,9 +200,6 @@ if (empty($v_bandwidth)) $v_bandwidth = "'1000'";
|
|||
if (empty($v_ns1)) $v_ns1 = 'ns1.example.ltd';
|
||||
if (empty($v_ns2)) $v_ns2 = 'ns2.example.ltd';
|
||||
|
||||
// Render page
|
||||
// render_page($user, $TAB, 'add_package');
|
||||
|
||||
$result = array(
|
||||
'web_system' => $_SESSION['WEB_SYSTEM'],
|
||||
'web_templates' => $web_templates,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue