diff options
| author | 2013-12-26 19:58:17 +0100 | |
|---|---|---|
| committer | 2013-12-26 19:58:17 +0100 | |
| commit | 574d37bddc4e00ddbc6af57c28838e1dea6a730b (patch) | |
| tree | c8a01810043a473446b61c874995e9d80c1fe197 /p/f.php | |
| parent | 3ba5223e1350bf0c38a81722a7669871400b340a (diff) | |
Favicons compatibles multi-utilisateurs
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/126
Diffstat (limited to 'p/f.php')
| -rw-r--r-- | p/f.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ function download_favicon ($website, $dest) { } $id = isset($_SERVER['QUERY_STRING']) ? $_SERVER['QUERY_STRING'] : '0'; -if (!ctype_digit($id)) { +if (!ctype_xdigit($id)) { $id = '0'; } |
