mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 16:38:50 +00:00
[core] get parameters from $_GET rather than $_REQUEST
No need to play with parameters that RSS-Bridge did not ask for Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
b676eca0a2
commit
2670a0e400
@ -127,7 +127,7 @@ try{
|
|||||||
$bridge->useProxy=false;
|
$bridge->useProxy=false;
|
||||||
}
|
}
|
||||||
$bridge->loadMetadatas();
|
$bridge->loadMetadatas();
|
||||||
$params=$_REQUEST;
|
$params=$_GET;
|
||||||
unset($params['action']);
|
unset($params['action']);
|
||||||
unset($params['bridge']);
|
unset($params['bridge']);
|
||||||
unset($params['format']);
|
unset($params['format']);
|
||||||
|
Loading…
Reference in New Issue
Block a user