Created
October 25, 2013 02:41
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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