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>';
|
echo '<tr><td>'.style_this("$U[nickname] : $I[fontexample]", $U['style']).'</td></tr>';
|
||||||
thr();
|
thr();
|
||||||
$bool_settings=['timestamps', 'nocache'];
|
$bool_settings=['timestamps', 'nocache'];
|
||||||
if(get_setting('imgembed') && isSet($_COOKIE[COOKIENAME])){
|
if(get_setting('imgembed')){
|
||||||
$bool_settings[]='embed';
|
$bool_settings[]='embed';
|
||||||
}
|
}
|
||||||
if($U['status']>=5 && get_setting('incognito')){
|
if($U['status']>=5 && get_setting('incognito')){
|
||||||
|
Reference in New Issue
Block a user