From c71276f79f65830999806978831c56f54d1987c7 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Mon, 23 Jun 2008 22:02:01 +0000 Subject: fix typo Ticket #1761 --- etc/rc.initial.setlanip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.initial.setlanip b/etc/rc.initial.setlanip index 59c1033..720aab2 100755 --- a/etc/rc.initial.setlanip +++ b/etc/rc.initial.setlanip @@ -218,7 +218,7 @@ if(!empty($config['system']['webgui']['port'])) { $webuiport = $config['system']['webgui']['port']; } - echo " {$config['system']['webgui']['protocol']}://{$intip}:{$port/\n"; + echo " {$config['system']['webgui']['protocol']}://{$intip}:{$port}/\n"; } echo "\n" . gettext('Press to continue.'); -- cgit v1.1