X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/a41cba1559466018256360948825275ec0884e00..3925dad48efc5ab9fa23e2ccdd2ffd1182b4ec40:/script.php?ds=sidebyside diff --git a/script.php b/script.php index b9a6e92..d1719a3 100644 --- a/script.php +++ b/script.php @@ -55,6 +55,7 @@ if ($_SERVER['REQUEST_METHOD'] == "GET" && count ($_GET) == 0)

Scripting interface

This interface permits to script your uploads and downloads.

See source code of this interface to get available calls :)

+

Alternatively, go to this page to download a bash script.


#!/bin/bash -# This script has been auto-generated by Jirafeau but you can still edit +# This script has been auto-generated by Jirafeau but you can still edit # options below. # Config @@ -469,7 +470,7 @@ elseif (isset ($_GET['init_async'])) $type = ''; if (isset ($_POST['type'])) $type = $_POST['type']; - + $key = ''; if (isset ($_POST['key'])) $key = $_POST['key'];