From ff57566f0943fc48d239f96dad12a61300c1bc9c Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 29 May 2005 01:12:44 +0000 Subject: [PATCH] Correct portal arguments by appending \ before * --- etc/inc/captiveportal.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc index f4a893274d..0f91be97fd 100644 --- a/etc/inc/captiveportal.inc +++ b/etc/inc/captiveportal.inc @@ -97,11 +97,11 @@ function captiveportal_configure() {
Welcome to pfSense's captive portal!

-

+ - +
Username:
Password:

@@ -543,4 +543,4 @@ function captiveportal_unlock() { unlink($lockfile); } -?> +?> \ No newline at end of file