diff --git a/customer_domains.php b/customer_domains.php index a135b0d6..fa4dac96 100644 --- a/customer_domains.php +++ b/customer_domains.php @@ -23,7 +23,6 @@ require './lib/init.php'; // redirect if this customer page is hidden via settings if (Settings::IsInList('panel.customer_hide_options','domains')) { redirectTo('customer_index.php'); - exit; } if (isset($_POST['id'])) { diff --git a/customer_email.php b/customer_email.php index 6d6c7c96..45c0e3fc 100644 --- a/customer_email.php +++ b/customer_email.php @@ -23,7 +23,6 @@ require './lib/init.php'; // redirect if this customer page is hidden via settings if (Settings::IsInList('panel.customer_hide_options','email')) { redirectTo('customer_index.php'); - exit; } if (isset($_POST['id'])) { diff --git a/customer_extras.php b/customer_extras.php index 3477e512..5800805d 100644 --- a/customer_extras.php +++ b/customer_extras.php @@ -22,7 +22,6 @@ require './lib/init.php'; // redirect if this customer page is hidden via settings if (Settings::IsInList('panel.customer_hide_options','extras')) { redirectTo('customer_index.php'); - exit; } if (isset($_POST['id'])) { @@ -39,7 +38,6 @@ if ($page == 'overview') { // redirect if this customer sub-page is hidden via settings if (Settings::IsInList('panel.customer_hide_options','extras.directoryprotection')) { redirectTo('customer_index.php'); - exit; } if ($action == '') { @@ -279,7 +277,6 @@ if ($page == 'overview') { // redirect if this customer sub-page is hidden via settings if (Settings::IsInList('panel.customer_hide_options','extras.pathoptions')) { redirectTo('customer_index.php'); - exit; } if ($action == '') { @@ -543,7 +540,6 @@ if ($page == 'overview') { // redirect if this customer sub-page is hidden via settings if (Settings::IsInList('panel.customer_hide_options','extras.backup')) { redirectTo('customer_index.php'); - exit; } if (Settings::Get('system.backupenabled') == 1) diff --git a/customer_ftp.php b/customer_ftp.php index 642bcb7c..f76a5e99 100644 --- a/customer_ftp.php +++ b/customer_ftp.php @@ -23,7 +23,6 @@ require './lib/init.php'; // redirect if this customer page is hidden via settings if (Settings::IsInList('panel.customer_hide_options','ftp')) { redirectTo('customer_index.php'); - exit; } $id = 0; diff --git a/customer_logger.php b/customer_logger.php index f5c0461d..07e3f8e2 100644 --- a/customer_logger.php +++ b/customer_logger.php @@ -23,7 +23,6 @@ require './lib/init.php'; // redirect if this customer page is hidden via settings if (Settings::IsInList('panel.customer_hide_options','extras.logger')) { redirectTo('customer_index.php'); - exit; } if ($page == 'log' diff --git a/customer_mysql.php b/customer_mysql.php index e901e38e..8367adec 100644 --- a/customer_mysql.php +++ b/customer_mysql.php @@ -23,7 +23,6 @@ require './lib/init.php'; // redirect if this customer page is hidden via settings if (Settings::IsInList('panel.customer_hide_options','mysql')) { redirectTo('customer_index.php'); - exit; } // get sql-root access data diff --git a/customer_tickets.php b/customer_tickets.php index 37b8e513..d8562826 100644 --- a/customer_tickets.php +++ b/customer_tickets.php @@ -23,7 +23,6 @@ require './lib/init.php'; // redirect if this customer page is hidden via settings if (Settings::IsInList('panel.customer_hide_options','domains')) { redirectTo('customer_index.php'); - exit; } if (isset($_POST['id'])) { @@ -333,7 +332,7 @@ if ($page == 'overview') { $subject = $subticket->Get('subject'); $message = $subticket->Get('message'); - + $row2 = htmlentities_array($row2); eval("\$ticket_replies.=\"" . getTemplate("tickets/tickets_tickets_list") . "\";"); } diff --git a/customer_traffic.php b/customer_traffic.php index e4a9a025..8b3aaf17 100644 --- a/customer_traffic.php +++ b/customer_traffic.php @@ -24,7 +24,6 @@ require './lib/init.php'; // redirect if this customer page is hidden via settings if (Settings::IsInList('panel.customer_hide_options','traffic')) { redirectTo('customer_index.php'); - exit; } $traffic = '';