Skip to content
Snippets Groups Projects
  • Roeland Jago Douma's avatar
    f744131b
    Do not error on maxUploadChange · f744131b
    Roeland Jago Douma authored
    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
    f744131b
    History
    Do not error on maxUploadChange
    Roeland Jago Douma authored
    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