diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-07-29 09:10:47 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-07-29 09:10:47 +0000 |
commit | 7f6d907624ab03de8a4044ae0ddcdad3a132f13c (patch) | |
tree | 374fdf3ff1252d1b5f9473b15082633604c0d298 /rpc.php | |
parent | 8223eed3290bc66d0a32b1706d20920a579176c4 (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.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -106,6 +106,7 @@ class PHPFSPOT_RPC { break; case 'get_export': + /* $_GET['mode'] will be validated by getExport() */ $fspot->getExport($_GET['mode']); break; |