summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/help.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/help.php
parentd6b8120d1b3962efd4089c880f018bb736ad1a2d (diff)
downloadpfsense-919d91f973c4e730bd3a0999e3aeaefd3df9d61d.zip
pfsense-919d91f973c4e730bd3a0999e3aeaefd3df9d61d.tar.gz
EOL whitespace and header consistency for www
Diffstat (limited to 'src/usr/local/www/help.php')
-rw-r--r--src/usr/local/www/help.php22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/usr/local/www/help.php b/src/usr/local/www/help.php
index 5d30e11..dc8d578 100644
--- a/src/usr/local/www/help.php
+++ b/src/usr/local/www/help.php
@@ -1,13 +1,13 @@
<?php
-/*
+/*
Redirector for Contextual Help System
- */
+*/
/* ====================================================================
- * Copyright (c) 2004-2015 Electric Sheep Fencing, LLC. All rights reserved.
- * c) 2009 Jim Pingle <jimp@pfsense.org>
+ * Copyright (c) 2004-2015 Electric Sheep Fencing, LLC. All rights reserved.
+ * Copyright (c) 2009 Jim Pingle <jimp@pfsense.org>
*
- * Redistribution and use in source and binary forms, with or without modification,
- * are permitted provided that the following conditions are met:
+ * Redistribution and use in source and binary forms, with or without modification,
+ * are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
@@ -15,12 +15,12 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
- * distribution.
+ * distribution.
*
- * 3. All advertising materials mentioning features or use of this software
+ * 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgment:
* "This product includes software developed by the pfSense Project
- * for use in the pfSense software distribution. (http://www.pfsense.org/).
+ * for use in the pfSense software distribution. (http://www.pfsense.org/).
*
* 4. The names "pfSense" and "pfSense Project" must not be used to
* endorse or promote products derived from this software without
@@ -53,7 +53,7 @@
* ====================================================================
*
*/
-
+
require_once("guiconfig.inc");
/* Define hash of jumpto url maps */
@@ -286,7 +286,7 @@ $helppages = array(
'services_unbound_host_edit.php' => 'https://doc.pfsense.org/index.php/Unbound_DNS_Resolver',
'diag_gmirror.php' => 'https://doc.pfsense.org/index.php/Create_a_Software_RAID1_%28gmirror%29',
- /* From here down are packages. Not checking these as strictly,
+ /* From here down are packages. Not checking these as strictly,
any information is better than nothing. */
'olsrd.xml' => 'https://doc.pfsense.org/index.php/OLSR_Daemon',
'routed.xml' => 'https://doc.pfsense.org/index.php/Routing_Information_Protocol_(RIP)', # RIP
OpenPOWER on IntegriCloud