diff options
author | doktornotor <notordoktor@gmail.com> | 2017-03-13 17:29:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-13 17:29:54 +0100 |
commit | 32c3804796f13499524bd4a4b8f0f3fe6a0a5158 (patch) | |
tree | edf48a7211dde3130fc98357de75f200adbe996c /src | |
parent | 227f3f2dfc49b196d54f79c06f059098e850bd23 (diff) | |
download | pfsense-32c3804796f13499524bd4a4b8f0f3fe6a0a5158.zip pfsense-32c3804796f13499524bd4a4b8f0f3fe6a0a5158.tar.gz |
Add missing includes
Diffstat (limited to 'src')
-rw-r--r-- | src/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc | 3 |
1 files changed, 3 insertions, 0 deletions
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; |