1
0
Fork 0
forked from blallo/rss-bridge

[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:
Pierre Mazière 2016-08-25 17:28:47 +02:00
parent b676eca0a2
commit 2670a0e400

View file

@ -127,7 +127,7 @@ try{
$bridge->useProxy=false;
}
$bridge->loadMetadatas();
$params=$_REQUEST;
$params=$_GET;
unset($params['action']);
unset($params['bridge']);
unset($params['format']);