@@ -261,7 +261,7 @@ discard block |
||
| 261 | 261 | /** |
| 262 | 262 | * Initialiser la globale htsalt si cela n'a pas déjà été fait. |
| 263 | 263 | * |
| 264 | - * @return void|bool |
|
| 264 | + * @return string |
|
| 265 | 265 | */ |
| 266 | 266 | function initialiser_sel() { |
| 267 | 267 | if (!isset($GLOBALS['htsalt'])) { |
@@ -317,7 +317,7 @@ discard block |
||
| 317 | 317 | |
| 318 | 318 | /** |
| 319 | 319 | * Generer le fichier de htpasswd contenant les htpass |
| 320 | - * @param $htpasswd |
|
| 320 | + * @param string $htpasswd |
|
| 321 | 321 | * @param $htpasswd_admin |
| 322 | 322 | */ |
| 323 | 323 | function generer_htpasswd_files($htpasswd, $htpasswd_admin) { |