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