Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
527316d4
Commit
527316d4
authored
Jun 24, 2008
by
Nigel McNie
Browse files
Up the default quota for new users to 50M.
This gives them some room to actually upload something useful.
parent
ac086a49
Changes
1
Show whitespace changes
Inline
Side-by-side
htdocs/artefact/file/lib.php
View file @
527316d4
...
...
@@ -69,7 +69,7 @@ class PluginArtefactFile extends PluginArtefact {
public
static
function
postinst
(
$prevversion
)
{
if
(
$prevversion
==
0
)
{
set_config_plugin
(
'artefact'
,
'file'
,
'defaultquota'
,
1048576
0
);
set_config_plugin
(
'artefact'
,
'file'
,
'defaultquota'
,
5242880
0
);
}
self
::
resync_filetype_list
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment