This file contains 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
<?php | |
/** | |
* Generate uuids for clients and admins that don't have uuids set. | |
* | |
* The WHMCS 6.2.0 update process automatically inserts uuids, but if your | |
* installation bypasses WHMCS update routines then this will generate uuids for | |
* the client and admin users that don't have one yet. | |
* | |
* Warning! Please back up at least your tblclient and tbladmin tables before |