Make embed image option re-appear whith cookies disabled
This commit is contained in:
2
chat.php
2
chat.php
@ -1776,7 +1776,7 @@ function send_profile($arg=''){
|
||||
echo '<tr><td>'.style_this("$U[nickname] : $I[fontexample]", $U['style']).'</td></tr>';
|
||||
thr();
|
||||
$bool_settings=['timestamps', 'nocache'];
|
||||
if(get_setting('imgembed') && isSet($_COOKIE[COOKIENAME])){
|
||||
if(get_setting('imgembed')){
|
||||
$bool_settings[]='embed';
|
||||
}
|
||||
if($U['status']>=5 && get_setting('incognito')){
|
||||
|
Reference in New Issue
Block a user