Skip to content

Commit 49d6313

Browse files
committed
readded removed line
1 parent 8af346f commit 49d6313

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

interface/web/sites/form/web_vhost_domain.tform.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,8 @@
613613
);
614614
}
615615

616-
if($_SESSION["s"]["user"]["typ"] == 'admin') {
616+
if($_SESSION["s"]["user"]["typ"] == 'admin'
617+
|| ($web_config['reseller_can_use_options'] == 'y' && $app->auth->has_clients($_SESSION['s']['user']['userid']))) {
617618

618619
$form["tabs"]['advanced'] = array (
619620
'title' => "Options",

0 commit comments

Comments
 (0)