From 7f6d907624ab03de8a4044ae0ddcdad3a132f13c Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sun, 29 Jul 2007 09:10:47 +0000 Subject: issue60, if tags are provided in the calling URL they will now get verified git-svn-id: file:///var/lib/svn/phpfspot/trunk@263 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- rpc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'rpc.php') diff --git a/rpc.php b/rpc.php index 39e2b77..bdb7004 100644 --- a/rpc.php +++ b/rpc.php @@ -106,6 +106,7 @@ class PHPFSPOT_RPC { break; case 'get_export': + /* $_GET['mode'] will be validated by getExport() */ $fspot->getExport($_GET['mode']); break; -- cgit v1.2.3-18-g5258