From 227f3f2dfc49b196d54f79c06f059098e850bd23 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Mon, 13 Mar 2017 17:28:10 +0100 Subject: Fix missing includes --- src/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc b/src/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc index 24c3a42..f1b4a1a 100644 --- a/src/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc +++ b/src/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc @@ -19,6 +19,10 @@ * limitations under the License. */ +require_once("config.inc"); +require_once("interfaces.inc"); +require_once("util.inc"); + function step1_stepbeforeformdisplay() { global $stepid, $savemsg, $pkg; -- cgit v1.1