diff options
author | Phil Davis <phil.davis@inf.org> | 2016-07-09 16:02:15 +0930 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2016-07-09 02:21:53 -0500 |
commit | bfc9741a67394d794d77c2a0ce484d138515a246 (patch) | |
tree | a558ca690c29b8a89911bc8f513ef9c3476f7ff6 | |
parent | 350a70015f8db29df853c4a317ae1edc9f27d486 (diff) | |
download | pfsense-bfc9741a67394d794d77c2a0ce484d138515a246.zip pfsense-bfc9741a67394d794d77c2a0ce484d138515a246.tar.gz |
Fix #6590 NTPd Leapfile Upload
-rw-r--r-- | src/usr/local/www/services_ntpd.php | 1 |
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'); |