浏览代码

[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>
Pierre Mazière 7 年之前
父节点
当前提交
2670a0e400
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      index.php

+ 1 - 1
index.php

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