this setting is used before the database is connected to...
This commit is contained in:
parent
a5df66f6bc
commit
33f6695e28
@ -325,7 +325,7 @@ function get_session_ip($config) {
|
||||
*/
|
||||
function get_prefixed_cookie($name) {
|
||||
global $config;
|
||||
$full_name = $config->get_string('cookie_prefix','shm')."_".$name;
|
||||
$full_name = COOKIE_PREFIX."_".$name;
|
||||
if(isset($_COOKIE[$full_name])) {
|
||||
return $_COOKIE[$full_name];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user