File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed
Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1+ <?php
2+ // Init
3+ error_reporting (NULL );
4+ ob_start ();
5+ session_start ();
6+ include ($ _SERVER ['DOCUMENT_ROOT ' ]."/inc/main.php " );
7+
8+ //if (!empty($_GET['domain'])) {
9+ // $v_username = escapeshellarg($user);
10+ // $v_domain = escapeshellarg($_GET['domain']);
11+ // exec (VESTA_CMD."v_delete_web_domain ".$v_username." ".$v_domain, $output, $return_var);
12+ // if ($return_var != 0) {
13+ // $error = implode('<br>', $output);
14+ // if (empty($error)) $error = 'Error: vesta did not return any output.';
15+ // $_SESSION['error_msg'] = $error;
16+ // }
17+ // unset($output);
18+ //}
19+ echo "<pre> " ;
20+ print_r ($ _POST );
21+ echo "</pre> " ;
22+
23+
24+ //header("Location: /list/web/");
Original file line number Diff line number Diff line change 2121 unset($_SESSION['error_msg']);
2222 }
2323?>
24- < form action ="/mass-domain/ ">
2524< table class ="sub-menu ">
2625< tr >
2726 < td width ="142px " style ="padding: 16px 0 16px 6px ">
You can’t perform that action at this time.
0 commit comments