From 76763c4c5a3d537b778243524a15ee9204f68c6f Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Sat, 9 Jul 2016 16:02:15 +0930 Subject: Fix #6590 NTPd Leapfile Upload --- src/usr/local/www/services_ntpd.php | 1 + 1 file changed, 1 insertion(+) (limited to 'src/usr') 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'); -- cgit v1.1