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
8689321f
Commit
8689321f
authored
Nov 12, 2013
by
Aaron Wells
Browse files
Making it more explicit in the docs that $cfg->unziptempdir MUST end with a /
Change-Id: Ie9389e1d061e720dc82f335f043dadee29459b27
parent
dd1bb90d
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/config-defaults.php
View file @
8689321f
...
@@ -285,7 +285,7 @@ $cfg->unzipdirarg = '-d';
...
@@ -285,7 +285,7 @@ $cfg->unzipdirarg = '-d';
$cfg
->
unziplistarg
=
'-l'
;
$cfg
->
unziplistarg
=
'-l'
;
/**
/**
* @global string $cfg->unziptempdir some shared hosts have restrictions on where unzip can be used
* @global string $cfg->unziptempdir some shared hosts have restrictions on where unzip can be used
* dataroot is often not allowed; but /tmp is
* dataroot is often not allowed; but /tmp is
. This path should end with a "/"
* Note that if there is more than one mahara on this host using this setting
* Note that if there is more than one mahara on this host using this setting
* you must change this to something unique, eg /tmp/mahara1/ and /tmp/mahara2/
* you must change this to something unique, eg /tmp/mahara1/ and /tmp/mahara2/
*/
*/
...
...
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