summaryrefslogtreecommitdiffstats
path: root/usr/local/captiveportal
diff options
context:
space:
mode:
authorayvis <ayvis.infra@gmail.com>2014-03-17 23:31:02 +0100
committerRenato Botelho <garga@FreeBSD.org>2014-03-18 16:09:05 -0300
commit1d7ba6839606966cf26b1eb8d0ccd440cde9c833 (patch)
treeadec90e87931a07c301c2bbea25885c1cfcd411d /usr/local/captiveportal
parentd5d22d6e36120b3250d337dccd3194d1a61c4451 (diff)
downloadpfsense-1d7ba6839606966cf26b1eb8d0ccd440cde9c833.zip
pfsense-1d7ba6839606966cf26b1eb8d0ccd440cde9c833.tar.gz
replaced <br>, <br/> with <br /> in ANSI encoded files. Converted these files to UTF-8
Diffstat (limited to 'usr/local/captiveportal')
-rw-r--r--[-rwxr-xr-x]usr/local/captiveportal/index.php22
1 files changed, 11 insertions, 11 deletions
diff --git a/usr/local/captiveportal/index.php b/usr/local/captiveportal/index.php
index 63f62b8..1f7a6cf 100755..100644
--- a/usr/local/captiveportal/index.php
+++ b/usr/local/captiveportal/index.php
@@ -3,7 +3,7 @@
$Id$
part of m0n0wall (http://m0n0.ch/wall)
- Copyrigth (C) 2009 Ermal Luçi
+ Copyrigth (C) 2009 Ermal Luçi
Copyright (C) 2003-2006 Manuel Kasper <mk@neon1.net>.
All rights reserved.
@@ -121,19 +121,19 @@ if ($_POST['auth_user2'])
if ($_POST['logout_id']) {
echo <<<EOD
-<HTML>
-<HEAD><TITLE>Disconnecting...</TITLE></HEAD>
-<BODY BGCOLOR="#435370">
-<SPAN STYLE="color: #ffffff; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px;">
-<B>You have been disconnected.</B>
-</SPAN>
-<SCRIPT LANGUAGE="JavaScript">
+<html>
+<head><title>Disconnecting...</title></head>
+<body bgcolor="#435370">
+<span style="color: #ffffff; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px;">
+<b>You have been disconnected.</b>
+</span>
+<script language="JavaScript">
<!--
setTimeout('window.close();',5000) ;
-->
-</SCRIPT>
-</BODY>
-</HTML>
+</script>
+</body>
+</html>
EOD;
captiveportal_disconnect_client($_POST['logout_id']);
OpenPOWER on IntegriCloud