diff options
Diffstat (limited to 'common.php')
-rw-r--r-- | common.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ $section = trim($_GET['section'] ?? null); $arch = trim($_GET['arch'] ?? null); + $hsc_flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401; /* function dbg_print($data) |