X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/9d07b167c00155c1d60041f02ccd2f5293940aa5..a9ab012f12e417222a082bbb80515c781601e7a2:/script.php?ds=inline diff --git a/script.php b/script.php index 695f6db..791e950 100644 --- a/script.php +++ b/script.php @@ -17,11 +17,8 @@ * along with this program. If not, see . */ -/* - * This file permits to easyly script file sending, receiving, deleting, ... - * If you don't want this feature, you can simply delete this file from your - * web directory. - */ +/* This file offer a kind of API for jirafeau. */ + define('JIRAFEAU_ROOT', dirname(__FILE__) . '/'); require(JIRAFEAU_ROOT . 'lib/settings.php');