mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
fixes #575, sanitize user input before display on die()
This commit is contained in:
+1
-1
@@ -63,6 +63,6 @@ if (is_file($filename))
|
||||
}
|
||||
else
|
||||
{
|
||||
die('Missing file '.$filename);
|
||||
die('Missing file '.htmlentities($filename));
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user