Security update

This commit is contained in:
bergware
2021-08-13 21:42:09 +02:00
parent a31b169dc2
commit cf6eb7ec25
@@ -11,7 +11,7 @@
*/
?>
<?
$display['font'] = unscript($_COOKIE['fontSize'] ?? $display['font']);
$display['font'] = untangle($_COOKIE['fontSize'] ?? $display['font']);
$theme = strtok($display['theme'],'-');
$header = $display['header'];
$backgnd = $display['background'];