Removed unnecessary exit - calls

Signed-off-by: Florian Aders <eleras@froxlor.org>
This commit is contained in:
Florian Aders
2016-02-22 12:10:06 +01:00
parent f00a1ca092
commit deb19f2625
13 changed files with 13 additions and 44 deletions

View File

@@ -554,7 +554,6 @@ if ($page == 'customers'
|| ($subdomains == '-1' && $userinfo['subdomains'] != '-1')
) {
standard_error('youcantallocatemorethanyouhave');
exit;
}
// Either $name and $firstname or the $company must be inserted
@@ -1208,7 +1207,6 @@ if ($page == 'customers'
|| ($subdomains == '-1' && $userinfo['subdomains'] != '-1')
) {
standard_error('youcantallocatemorethanyouhave');
exit;
}
// Either $name and $firstname or the $company must be inserted