summaryrefslogtreecommitdiffstats
path: root/rpc.php
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-07-29 09:10:47 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-07-29 09:10:47 +0000
commit7f6d907624ab03de8a4044ae0ddcdad3a132f13c (patch)
tree374fdf3ff1252d1b5f9473b15082633604c0d298 /rpc.php
parent8223eed3290bc66d0a32b1706d20920a579176c4 (diff)
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
Diffstat (limited to 'rpc.php')
-rw-r--r--rpc.php1
1 files changed, 1 insertions, 0 deletions
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;