Remove superfluous exit-statement

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2016-08-01 15:05:58 +02:00
parent 14e54ff41a
commit 526eb84b71
8 changed files with 1 additions and 12 deletions

View File

@@ -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'])) {