Skip to content

Commit dac7c51

Browse files
author
Till Brehm
committed
Update installer_base.lib.php
1 parent f0f5884 commit dac7c51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install/lib/installer_base.lib.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ public function detect_ips(){
493493
0,
494494
?,
495495
?,
496-
"y",
496+
"n",
497497
"80,443"
498498
)', $conf['server_id'], $ip_type, $line);
499499
$server_ip_id = $this->dbmaster->insertID();
@@ -512,7 +512,7 @@ public function detect_ips(){
512512
0,
513513
?,
514514
?,
515-
"y",
515+
"n",
516516
"80,443"
517517
)', $server_ip_id, $conf['server_id'], $ip_type, $line);
518518
} else {
@@ -530,7 +530,7 @@ public function detect_ips(){
530530
0,
531531
?,
532532
?,
533-
"y",
533+
"n",
534534
"80,443"
535535
)', $conf['server_id'], $ip_type, $line);
536536
}

0 commit comments

Comments
 (0)