From 32c3804796f13499524bd4a4b8f0f3fe6a0a5158 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Mon, 13 Mar 2017 17:29:54 +0100 Subject: Add missing includes --- src/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc b/src/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc index 1e069d2..6c03ecd 100644 --- a/src/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc +++ b/src/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc @@ -19,6 +19,9 @@ * 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