From a9ab012f12e417222a082bbb80515c781601e7a2 Mon Sep 17 00:00:00 2001 From: Jerome Jutteau Date: Sun, 15 Nov 2020 21:16:30 +0100 Subject: [PATCH] [TASK] remove outdated comment fixes #232 --- script.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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'); -- 2.34.1