summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_routes_edit.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-04-08 13:52:17 -0400
committerjim-p <jimp@pfsense.org>2013-04-08 13:52:17 -0400
commit4fd2fed2ad6672c3be771146048bee61317f3197 (patch)
treeeb83afe87889814d0adb168f122b5b7a6a423d01 /usr/local/www/system_routes_edit.php
parentb6a63312b1f8d8dab5cd9cfb07dbefaa58018473 (diff)
downloadpfsense-4fd2fed2ad6672c3be771146048bee61317f3197.zip
pfsense-4fd2fed2ad6672c3be771146048bee61317f3197.tar.gz
Make sure to include some files with needed functions.
Diffstat (limited to 'usr/local/www/system_routes_edit.php')
-rwxr-xr-xusr/local/www/system_routes_edit.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/local/www/system_routes_edit.php b/usr/local/www/system_routes_edit.php
index 278001a..4176136 100755
--- a/usr/local/www/system_routes_edit.php
+++ b/usr/local/www/system_routes_edit.php
@@ -52,7 +52,10 @@ function staticroutes_sort() {
usort($config['staticroutes']['route'], "staticroutecmp");
}
-require("guiconfig.inc");
+require_once("guiconfig.inc");
+require_once("filter.inc");
+require_once("util.inc");
+require_once("gwlb.inc");
if (!is_array($config['staticroutes']['route']))
$config['staticroutes']['route'] = array();
OpenPOWER on IntegriCloud