mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 19:50:14 +01:00
Set ampersands for automatic URL parameters
This commit is contained in:
parent
79dee413e9
commit
de7e4ac97d
@ -129,6 +129,10 @@
|
||||
$CFG->sessioncookie = '';
|
||||
}
|
||||
|
||||
/// Configure ampersands in URLs
|
||||
|
||||
@ini_set('arg_separator.output', '&');
|
||||
|
||||
/// Location of standard files
|
||||
|
||||
$CFG->wordlist = "$CFG->libdir/wordlist.txt";
|
||||
|
Loading…
x
Reference in New Issue
Block a user