summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dnsmasq_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-11-09 14:32:43 +0545
committerPhil Davis <phil.davis@inf.org>2015-11-09 14:32:43 +0545
commit919d91f973c4e730bd3a0999e3aeaefd3df9d61d (patch)
tree66e066b3e1632b4944959219fd5bfff3be770072 /src/usr/local/www/services_dnsmasq_edit.php
parentd6b8120d1b3962efd4089c880f018bb736ad1a2d (diff)
downloadpfsense-919d91f973c4e730bd3a0999e3aeaefd3df9d61d.zip
pfsense-919d91f973c4e730bd3a0999e3aeaefd3df9d61d.tar.gz
EOL whitespace and header consistency for www
Diffstat (limited to 'src/usr/local/www/services_dnsmasq_edit.php')
-rw-r--r--src/usr/local/www/services_dnsmasq_edit.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/usr/local/www/services_dnsmasq_edit.php b/src/usr/local/www/services_dnsmasq_edit.php
index 109a23f..517a340 100644
--- a/src/usr/local/www/services_dnsmasq_edit.php
+++ b/src/usr/local/www/services_dnsmasq_edit.php
@@ -1,11 +1,10 @@
<?php
-/* $Id$ */
/*
services_dnsmasq_edit.php
*/
/* ====================================================================
* Copyright (c) 2004-2015 Electric Sheep Fencing, LLC. All rights reserved.
- * Copyright (C) 2003-2004 Bob Zoller <bob@kludgebox.com> and Manuel Kasper <mk@neon1.net>
+ * Copyright (c) 2003-2004 Bob Zoller <bob@kludgebox.com> and Manuel Kasper <mk@neon1.net>
*
* Some or all of this file is based on the m0n0wall project which is
* Copyright (c) 2004 Manuel Kasper (BSD 2 clause)
@@ -227,7 +226,7 @@ if($_GET['act'] == "delopt") {
if($_GET['act'] == "addopt") {
if(!is_array($pconfig['aliases']['item']))
$pconfig['aliases']['item'] = array();
-
+
array_push($pconfig['aliases']['item'], array('host' => null, 'domain' => null, 'description' => null));
}
OpenPOWER on IntegriCloud