do not check hide-options 'domains' in customer_tickets, fixes #502
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -20,10 +20,6 @@
|
|||||||
define('AREA', 'customer');
|
define('AREA', 'customer');
|
||||||
require './lib/init.php';
|
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');
|
|
||||||
}
|
|
||||||
|
|
||||||
if (isset($_POST['id'])) {
|
if (isset($_POST['id'])) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user