summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dnsmasq_edit.php
diff options
context:
space:
mode:
authorPiBa-NL <pba_2k3@yahoo.comm>2015-08-31 01:16:15 +0200
committerjim-p <jimp@pfsense.org>2015-09-02 14:03:15 -0400
commit498404473b6db60e20e2d192ae147970000cf55d (patch)
treed1c944b93430c0fef2e5c97388964e038346d6c4 /src/usr/local/www/services_dnsmasq_edit.php
parent0fc0ef918a8390655d70af5f75d95d4bfe324013 (diff)
downloadpfsense-498404473b6db60e20e2d192ae147970000cf55d.zip
pfsense-498404473b6db60e20e2d192ae147970000cf55d.tar.gz
bootstrap, small fixes to unbound/dnsmasq edit pages, service icons.
+ FIXME item that prevented lots of pages from loading..
Diffstat (limited to 'src/usr/local/www/services_dnsmasq_edit.php')
-rw-r--r--src/usr/local/www/services_dnsmasq_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_dnsmasq_edit.php b/src/usr/local/www/services_dnsmasq_edit.php
index f9513d9..ec3e468 100644
--- a/src/usr/local/www/services_dnsmasq_edit.php
+++ b/src/usr/local/www/services_dnsmasq_edit.php
@@ -210,7 +210,7 @@ include("head.inc");
if ($input_errors)
print_input_errors($input_errors);
-require('classes/Form.class.php');
+require_once('classes/Form.class.php');
$form = new Form();
@@ -220,7 +220,7 @@ $section->addInput(new Form_Input(
'host',
'Host',
'text',
- $pconfig['domain']
+ $pconfig['host']
))->setHelp('Name of the host, without the domain part' . '<br />' .
'e.g.: "myhost"');
OpenPOWER on IntegriCloud