File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -441,7 +441,7 @@ public function configure_firewall()
441441 $ udp_public_services = '53 ' ;
442442 }
443443 if (!stristr ($ tcp_public_services , $ conf ['apache ' ]['vhost_port ' ])) {
444- $ tcp_public_services .= ' ' .intval ($ conf ['apache ' ]['vhost_port ' ])) ;
444+ $ tcp_public_services .= ' ' .intval ($ conf ['apache ' ]['vhost_port ' ]);
445445 if ($ row ["tcp_port " ]) != '' ) $ this ->db ->query ("UPDATE firewall SET tcp_port = tcp_port + ', " .intval ($ conf ['apache ' ]['vhost_port ' ])."' WHERE server_id = " .intval ($ conf ['server_id ' ]));
446446 }
447447
Original file line number Diff line number Diff line change @@ -460,7 +460,7 @@ public function configure_firewall()
460460 }
461461
462462 if (!stristr ($ tcp_public_services , $ conf ['apache ' ]['vhost_port ' ])) {
463- $ tcp_public_services .= ' ' .intval ($ conf ['apache ' ]['vhost_port ' ])) ;
463+ $ tcp_public_services .= ' ' .intval ($ conf ['apache ' ]['vhost_port ' ]);
464464 if ($ row ["tcp_port " ]) != '' ) $ this ->db ->query ("UPDATE firewall SET tcp_port = tcp_port + ', " .intval ($ conf ['apache ' ]['vhost_port ' ])."' WHERE server_id = " .intval ($ conf ['server_id ' ]));
465465 }
466466
You can’t perform that action at this time.
0 commit comments