diff options
| author | 2014-10-05 12:38:13 +0200 | |
|---|---|---|
| committer | 2014-10-05 12:38:13 +0200 | |
| commit | 5a9b08e084b376af9b65699f9868d66a46f8c170 (patch) | |
| tree | 429f83158b072a6608e33ec2eb8cae76c6102b57 /p/ext.php | |
| parent | febabccdd5e6db573ab80bd5c1758d136b91cd78 (diff) | |
Primitive extension system: minor change
https://github.com/marienfressinaud/FreshRSS/issues/252
Diffstat (limited to 'p/ext.php')
| -rw-r--r-- | p/ext.php | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -20,6 +20,9 @@ if (isset($_GET['j'])) { header('Content-Type: text/css; charset=UTF-8'); header('Content-Disposition: inline; filename="style.css"'); $filename .= 'style.css'; +} else { + header('HTTP/1.1 400 Bad Request'); + die(); } $mtime = @filemtime($filename); |
