diff options
Diffstat (limited to 'log_files.php')
-rw-r--r-- | log_files.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/log_files.php b/log_files.php index 70af1cc..2b80dea 100644 --- a/log_files.php +++ b/log_files.php @@ -6,7 +6,7 @@ * @copyright Copyright (C) 2012 Mageia.Org * * @author Romain d'Alverny - * @license http://www.gnu.org/licenses/gpl-2.0.html GNU GPL v2 + * @license https://www.gnu.org/licenses/gpl-2.0.html GNU GPL v2 * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License aspublished by the @@ -84,7 +84,7 @@ echo sprintf('<h4>%s</h4>', $job), * @return string * * @author yatsynych - * @link http://www.php.net/manual/fr/function.filesize.php#106935 + * @link https://www.php.net/manual/fr/function.filesize.php#106935 */ function _format_bytes($a_bytes) { @@ -116,7 +116,7 @@ function _format_bytes($a_bytes) * @return array * * @author Mike - * @link http://www.php.net/manual/fr/function.glob.php#106595 + * @link https://www.php.net/manual/fr/function.glob.php#106595 * * Does not support flag GLOB_BRACE * |