X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/351d2157ca6549dc831f8fcae5751b689d401c79..913fb0f876f2170bd537b5eaa4648315b7d59a46:/script.php diff --git a/script.php b/script.php index 5e02456..9da9221 100644 --- a/script.php +++ b/script.php @@ -22,10 +22,8 @@ * If you don't want this feature, you can simply delete this file from your * web directory. */ - define ('JIRAFEAU_ROOT', dirname (__FILE__) . '/'); -require (JIRAFEAU_ROOT . 'lib/config.original.php'); require (JIRAFEAU_ROOT . 'lib/settings.php'); require (JIRAFEAU_ROOT . 'lib/functions.php'); require (JIRAFEAU_ROOT . 'lib/lang.php'); @@ -55,7 +53,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.

+

You may download a preconfigured Bash Script to easily send to and get files from the API via command line.