Set ampersands for automatic URL parameters
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user