From: Jerome Jutteau Date: Sun, 15 Nov 2020 20:16:30 +0000 (+0100) Subject: [TASK] remove outdated comment X-Git-Tag: 4.2.0~56 X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/commitdiff_plain/a9ab012f12e417222a082bbb80515c781601e7a2 [TASK] remove outdated comment fixes #232 --- 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');