summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-04-28 01:25:08 +0000
committerColin Smith <colin@pfsense.org>2005-04-28 01:25:08 +0000
commit3a508fe22edcdd2b5ac95e3c34c837b743bb0b8f (patch)
treece4dfee86a8735135aaf2eddf2403f275f84c101 /etc
parentd884b49c6ed32e6c75098dbcf21971c341997c80 (diff)
downloadpfsense-3a508fe22edcdd2b5ac95e3c34c837b743bb0b8f.zip
pfsense-3a508fe22edcdd2b5ac95e3c34c837b743bb0b8f.tar.gz
Another Robodoc test.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/pfsense-utils.inc37
1 files changed, 1 insertions, 36 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index 67b33f3..3bee9cc 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -1,35 +1,4 @@
<?php
-/* $Id$ */
-/*
- pfSense-utils.inc
- Utilities specific to pfSense
- part of pfSense (www.pfSense.com)
-
- Copyright (C) 2005 Scott Ullrich (sullrich@gmail.com)
- All rights reserved.
-
- 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.
-
- 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.
-
- THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
- INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
- AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
- AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
- OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- POSSIBILITY OF SUCH DAMAGE.
-*/
-
/****h* pfSense/pfsense-utils
* NAME
* pfsense-utils.inc - Utilities specific to pfSense
@@ -39,10 +8,6 @@
* $Id$
******
*
- * pfSense-utils.inc
- * Utilities specific to pfSense
- * part of pfSense (www.pfSense.com)
- *
* Copyright (C) 2005 Scott Ullrich (sullrich@gmail.com)
* All rights reserved.
* Redistribution and use in source and binary forms, with or without
@@ -54,6 +19,7 @@
* 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.
+ *
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
* AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
@@ -1048,7 +1014,6 @@ function make_dirs($path, $mode = 0755)
* pfsense.utils/check_firmware_version
******/
-
function auto_upgrade() {
global $config, $g;
if (isset($config['system']['alt_firmware_url']['enabled'])) {
OpenPOWER on IntegriCloud