StonePhpSafeCrypt_testconfig.php 249 B

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