summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorsullrich <sullrich@pfsense.org>2009-12-03 16:08:33 -0500
committersullrich <sullrich@pfsense.org>2009-12-03 16:08:33 -0500
commit6b6e8d0825f9ea77d40425f34649523abfea9f1d (patch)
tree69c19123f0b30e3800e2dcb8f436afd68b1d8be5 /usr
parentdd415d521f762111eebbcfced77e83c7662e4401 (diff)
downloadpfsense-6b6e8d0825f9ea77d40425f34649523abfea9f1d.zip
pfsense-6b6e8d0825f9ea77d40425f34649523abfea9f1d.tar.gz
Rework includes a bit
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/index.php3
-rw-r--r--usr/local/www/widgets/widgets/system_information.widget.php1
2 files changed, 1 insertions, 3 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index 4c05a10..cede39a 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -49,9 +49,8 @@
ob_start(null, "100000");
## Load Essential Includes
+ require_once('functions.inc');
require_once('guiconfig.inc');
- require("priv.defs.inc");
- require("priv.inc");
require_once('notices.inc');
if ($_POST && $_POST['submit']) {
diff --git a/usr/local/www/widgets/widgets/system_information.widget.php b/usr/local/www/widgets/widgets/system_information.widget.php
index 033b6b6..42c56b1 100644
--- a/usr/local/www/widgets/widgets/system_information.widget.php
+++ b/usr/local/www/widgets/widgets/system_information.widget.php
@@ -32,7 +32,6 @@
*/
require_once("guiconfig.inc");
-require_once("pfsense-utils.inc");
require_once("functions.inc");
require_once('notices.inc');
OpenPOWER on IntegriCloud