mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 16:38:50 +00:00
[core] fix missing filter_input
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
3c089c1b11
commit
b31b6667f6
@ -102,7 +102,7 @@ try{
|
|||||||
$bridge=substr($bridge,0,$pos);
|
$bridge=substr($bridge,0,$pos);
|
||||||
}
|
}
|
||||||
|
|
||||||
$format = $_REQUEST['format'];
|
$format = filter_input(INPUT_GET,'format');
|
||||||
unset($_REQUEST['format']);
|
unset($_REQUEST['format']);
|
||||||
// DEPRECATED: 'nameFormat' scheme is replaced by 'name' in format parameter values
|
// DEPRECATED: 'nameFormat' scheme is replaced by 'name' in format parameter values
|
||||||
// this is to keep compatibility until futher complete removal
|
// this is to keep compatibility until futher complete removal
|
||||||
|
Loading…
Reference in New Issue
Block a user