summaryrefslogtreecommitdiffstats
path: root/src/usr/local
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-07-09 16:02:15 +0930
committerChris Buechler <cmb@pfsense.org>2016-07-09 02:21:53 -0500
commitbfc9741a67394d794d77c2a0ce484d138515a246 (patch)
treea558ca690c29b8a89911bc8f513ef9c3476f7ff6 /src/usr/local
parent350a70015f8db29df853c4a317ae1edc9f27d486 (diff)
downloadpfsense-bfc9741a67394d794d77c2a0ce484d138515a246.zip
pfsense-bfc9741a67394d794d77c2a0ce484d138515a246.tar.gz
Fix #6590 NTPd Leapfile Upload
Diffstat (limited to 'src/usr/local')
-rw-r--r--src/usr/local/www/services_ntpd.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/local/www/services_ntpd.php b/src/usr/local/www/services_ntpd.php
index 1a54ffe..7aeedca 100644
--- a/src/usr/local/www/services_ntpd.php
+++ b/src/usr/local/www/services_ntpd.php
@@ -234,6 +234,7 @@ $tab_array[] = array(gettext("PPS"), false, "services_ntpd_pps.php");
display_top_tabs($tab_array);
$form = new Form;
+$form->setMultipartEncoding(); // Allow file uploads
$section = new Form_Section('NTP Server Configuration');
OpenPOWER on IntegriCloud