Skip to content

Custodian CMS v0.6.8

Compare
Choose a tag to compare
@modusinternet modusinternet released this 12 Nov 08:40
· 63 commits to master since this release
  • Re-coded multiple functions found throughout ‘/ccmspre/index.php’ containing ‘break;’ calls inside ‘if()’ statements which are no longer supported in their current form under PHP v7.3.
  • Updated some regex definitions containing unescaped hyphens (-) and forward slashes (/) in ‘/ccmspre/index.php’, ‘/ccmspre/whitelist_public_original.php’, and ‘/ccmspre/whitelist_user_original.php’.
  • Updated the encryption algorithm used for password verification throughout the site. ‘mcrypt_create_iv()’ replaced with ‘password_verify()’ and password_hash()’.