summaryrefslogtreecommitdiffstats
path: root/etc/inc/auth.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-09 04:59:52 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-09 04:59:52 +0000
commitb66e15b865347b26097559277be607e10f52fd02 (patch)
treef0b38b8b62619ac17a935029a9819d861c364aa1 /etc/inc/auth.inc
parentcaa72e06ad381f087b773c7fb7d7a0faa10e0ded (diff)
downloadpfsense-b66e15b865347b26097559277be607e10f52fd02.zip
pfsense-b66e15b865347b26097559277be607e10f52fd02.tar.gz
Terminate comment correctly
Pointy-hat-to: GeekGod
Diffstat (limited to 'etc/inc/auth.inc')
-rw-r--r--etc/inc/auth.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/auth.inc b/etc/inc/auth.inc
index 961e2e8..e67250c 100644
--- a/etc/inc/auth.inc
+++ b/etc/inc/auth.inc
@@ -64,7 +64,7 @@ function passwd_backed_basic_auth() {
/*
* auth the username
- * honour custom username set in webConfigurator page */
+ * honour custom username set in webConfigurator page
*/
if($config['system']['username'] == $HTTP_SERVER_VARS['AUTH_USER']) {
/* we match, check the password in xml configuration file */
OpenPOWER on IntegriCloud