* fixed chrome bug on save ERR_BLOCKED_BY_XSS_AUDITOR

This commit is contained in:
slawkens1 2018-02-04 23:39:56 +01:00
parent 9c0068d470
commit 3324154208

View File

@ -16,6 +16,8 @@ if(!hasFlag(FLAG_CONTENT_PAGES) && !superAdmin())
return;
}
header('X-XSS-Protection:0');
$name = $p_title = '';
$groups = new OTS_Groups_List();