Revision 74f446e8
Added by Bill Marquette almost 20 years ago
usr/local/www/services_dnsmasq.php | ||
---|---|---|
97 | 97 |
|
98 | 98 |
<body link="#0000CC" vlink="#0000CC" alink="#0000CC"> |
99 | 99 |
<?php include("fbegin.inc"); ?> |
100 |
<p class="pgtitle">Services: DNS forwarder</p>
|
|
100 |
<p class="pgtitle"><?=$pgtitle?></p>
|
|
101 | 101 |
<form action="services_dnsmasq.php" method="post"> |
102 | 102 |
<?php if ($savemsg) print_info_box($savemsg); ?> |
103 | 103 |
<?php if (file_exists($d_hostsdirty_path)): ?><p> |
Also available in: Unified diff
Use $pgtitle
small code cleanups