Line 50:
Line 50:
* '''WelcomMessage''': Can be set to a message which will be displayed while the application is loading
* '''WelcomMessage''': Can be set to a message which will be displayed while the application is loading
* '''DefaultLanguage''': With this prop, you can set the default language for all users (you can see the list of valid languages in /usr/share/ajaxplorer/client/i18n/)
* '''DefaultLanguage''': With this prop, you can set the default language for all users (you can see the list of valid languages in /usr/share/ajaxplorer/client/i18n/)
+
* '''MaxUploadSize''': Restrict the file size which can be uploaded (default is 200M)
example:
example:
−
db configuration setprop ajaxplorer access public Title 'My own web based file manager' WelcomMessage 'Powered by SME Server' DefaultLanguage fr
+
db configuration setprop ajaxplorer access public Title 'My own web based file manager' WelcomMessage 'Powered by SME Server' DefaultLanguage fr MaxUploadSize 500M
signal-event webapps-update
signal-event webapps-update