Panel/modules/ftp/includes/StonePhpSafeCrypt_testconfig.php
2025-09-11 13:29:15 -04:00

9 lines
No EOL
249 B
PHP

<?php
$forcefail = array('Apply' => false, 'Reason' => '');
if (DEFAULT_MD5_SALT === '') {
$forcefail['Apply'] = true;
$forcefail['Reason'] = 'You must set the default MD5 salt on line 83 before this library will function.';
}
?>