X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=rpc.php;h=bdb7004ad6de1d6a03ec68c1760077517aa8e67d;hp=39e2b7726efa606ba11637d5b8359916ac962ba6;hb=f32fe065bf1569d42d4e8921bc0cab0aa98ef782;hpb=8223eed3290bc66d0a32b1706d20920a579176c4 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;