Revision 74f446e8
Added by Bill Marquette almost 20 years ago
usr/local/www/services_captiveportal.php | ||
---|---|---|
30 | 30 |
POSSIBILITY OF SUCH DAMAGE. |
31 | 31 |
*/ |
32 | 32 |
|
33 |
$pgtitle = array("Services", "Captive portal"); |
|
34 | 33 |
require("guiconfig.inc"); |
35 | 34 |
|
36 | 35 |
if (!is_array($config['captiveportal'])) { |
... | ... | |
180 | 179 |
|
181 | 180 |
<body link="#0000CC" vlink="#0000CC" alink="#0000CC"> |
182 | 181 |
<?php include("fbegin.inc"); ?> |
182 |
<p class="pgtitle"><?=$pgtitle?></p> |
|
183 | 183 |
<script language="JavaScript"> |
184 | 184 |
<!-- |
185 | 185 |
function auth_method_change() { |
Also available in: Unified diff
Use $pgtitle
small code cleanups