X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;fp=index.php;h=afacdddc00e28ba07303e99fd409d9a0dd103637;hb=a13ff95777bfca0b677ec17faa5aa4ffafc9ad1c;hp=c134b1035275f9eb1a2fb24e2e019e925a678d7f;hpb=cdda041a90657ea5bf87d04339ef88746caa0733;p=github%2Fwallabag%2Fwallabag.git diff --git a/index.php b/index.php index c134b103..afacdddc 100755 --- a/index.php +++ b/index.php @@ -13,8 +13,8 @@ require 'check_setup.php'; require_once 'inc/poche/global.inc.php'; # Set error reporting level -if (defined('ERROR_REPORTING')) { - error_reporting(ERROR_REPORTING); +if (defined('ERROR_REPORTING')) { + error_reporting(ERROR_REPORTING); } # Start session @@ -98,7 +98,7 @@ if (isset($_GET['login'])) { } else { $tag_id = (isset($_GET['tag_id']) ? intval($_GET['tag_id']) : 0); - $poche->generateFeeds($_GET['token'], $_GET['user_id'], $tag_id, $_GET['type']); + $poche->generateFeeds($_GET['token'], filter_var($_GET['user_id'],FILTER_SANITIZE_NUMBER_INT), $tag_id, $_GET['type']); } }