mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-27 11:49:56 +03:00
fixes #575, sanitize user input before display on die()
This commit is contained in:
parent
b5c036ebfb
commit
7df3830c81
1 changed files with 1 additions and 1 deletions
|
@ -63,6 +63,6 @@ if (is_file($filename))
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
die('Missing file '.$filename);
|
die('Missing file '.htmlentities($filename));
|
||||||
}
|
}
|
||||||
?>
|
?>
|
Loading…
Add table
Add a link
Reference in a new issue