summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-07-09 16:02:15 +0930
committerGitHub <noreply@github.com>2016-07-09 16:02:15 +0930
commit76763c4c5a3d537b778243524a15ee9204f68c6f (patch)
treec904a625cf4b5dee3d6667de537984e95b9f6412 /src/usr
parentcc4fc50bfdd7c751d29075d15f6735f50ce8a32d (diff)
downloadpfsense-76763c4c5a3d537b778243524a15ee9204f68c6f.zip
pfsense-76763c4c5a3d537b778243524a15ee9204f68c6f.tar.gz
Fix #6590 NTPd Leapfile Upload
Diffstat (limited to 'src/usr')
-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