diff options
Diffstat (limited to 'usr/local/www/system_routes.php')
-rwxr-xr-x | usr/local/www/system_routes.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/local/www/system_routes.php b/usr/local/www/system_routes.php index 5b5581e..a9160c5 100755 --- a/usr/local/www/system_routes.php +++ b/usr/local/www/system_routes.php @@ -40,6 +40,9 @@ ##|-PRIV require("guiconfig.inc"); +require_once("functions.inc"); +require_once("filter.inc"); +require_once("shaper.inc"); if (!is_array($config['staticroutes']['route'])) $config['staticroutes']['route'] = array(); |