Merge branch 'log_xss_fixes' into storageareas
This commit is contained in:
commit
08370b010e
|
@ -528,7 +528,7 @@ function Error( $string )
|
|||
function Fatal( $string )
|
||||
{
|
||||
Logger::fetch()->logPrint( Logger::FATAL, $string );
|
||||
die( $string );
|
||||
die( htmlentities($string) );
|
||||
}
|
||||
|
||||
function Panic( $string )
|
||||
|
|
Loading…
Reference in New Issue