]> git.p6c8.net - jirafeau.git/commitdiff
[TASK] remove outdated comment
authorJerome Jutteau <jerome@jutteau.fr>
Sun, 15 Nov 2020 20:16:30 +0000 (21:16 +0100)
committerJerome Jutteau <jerome@jutteau.fr>
Sun, 15 Nov 2020 20:16:30 +0000 (21:16 +0100)
fixes #232

script.php

index 695f6db13a54f4d740c008941b36d7496e9a477f..791e950bac11db2436d0643b451c86a928b71995 100644 (file)
  *  along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 
-/*
- * 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');

patrick-canterino.de