issue75, function_exists check for sqlite3_open only if db_access is set to "native"
[phpfspot.git] / rpc.php
diff --git a/rpc.php b/rpc.php
index 39e2b7726efa606ba11637d5b8359916ac962ba6..bdb7004ad6de1d6a03ec68c1760077517aa8e67d 100644 (file)
--- 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;