From f744131b18c97f84dd8868a1cee1879c5ea5cbb9 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Mon, 22 Aug 2016 10:10:28 +0200 Subject: Do not error on maxUploadChange The new admin page broke the updating of the max upload size. This is due to very old code there. * Now update is done in the background using js * Added proper route+controller to update Fixes #994 --- apps/files/templates/admin.php | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'apps/files/templates') diff --git a/apps/files/templates/admin.php b/apps/files/templates/admin.php index e5a6ecfc96e..fbadd21ef2a 100644 --- a/apps/files/templates/admin.php +++ b/apps/files/templates/admin.php @@ -1,18 +1,18 @@ -
-

t('File handling')); ?>

- - ' /> - - (t('max. possible: ')); p($_['maxPossibleUploadSize']) ?>) - - - - -

t('With PHP-FPM it might take 5 minutes for changes to be applied.')); ?>

- -

t('Missing permissions to edit from here.')); ?>

- -
+

t('File handling')); ?>

+ + +
+ ' /> + + (t('max. possible: ')); p($_['maxPossibleUploadSize']) ?>) + + + + +

t('With PHP-FPM it might take 5 minutes for changes to be applied.')); ?>

+ +

t('Missing permissions to edit from here.')); ?>

+ -- cgit v1.2.3