Skip to content

Instantly share code, notes, and snippets.

@bobbravo2
Created October 25, 2013 02:41
Show Gist options
  • Save bobbravo2/7148698 to your computer and use it in GitHub Desktop.
Save bobbravo2/7148698 to your computer and use it in GitHub Desktop.
WHMCS 5.2.10 Masspay exploit patch. add the following to your sites configuration.php file at the end
if (isset($_GET['action']) && 'masspay' == $_GET['action']) {
die('Mass pay is currently disabled. Please pay each invoice manually');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment