I hereby claim:
- I am klaude on github.
- I am klaude (https://keybase.io/klaude) on keybase.
- I have a public key ASBzK8gwegjP5ZLPvro2PJyWTyX1WfaV8sHvbSGcgVkbGwo
To claim this, I am signing this object:
| { | |
| "swagger": "2.0", | |
| "info": { | |
| "title": "Content Delivery Network", | |
| "version": "1.0.0", | |
| "contact": { | |
| "name": "StackPath Support", | |
| "url": "https://support.stackpath.com/" | |
| } | |
| }, |
| { | |
| "swagger": "2.0", | |
| "info": { | |
| "title": "Object Storage", | |
| "version": "1.0.0", | |
| "contact": { | |
| "name": "StackPath Support", | |
| "url": "https://support.stackpath.com/" | |
| } | |
| }, |
I hereby claim:
To claim this, I am signing this object:
| <?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 |
| <?php | |
| /** | |
| * Add Modules Garden's Unban Center module's sidebar menu items without having | |
| * to create or modify template files. | |
| * | |
| * @see http://docs.whmcs.com/Editing_Client_Area_Menus | |
| */ | |
| add_hook('ClientAreaPage', 1, function ($templateVariables) { |
| <?php | |
| namespace Windows\System32 { | |
| const explorer = 'delete'; | |
| } | |
| namespace { | |
| const C = 'lolwut'; | |
| const exe = ' system32'; | |
| const off = 0; |
| <?php | |
| use WHMCS\View\Menu\Item as MenuItem; | |
| add_hook( | |
| 'ClientAreaPrimarySidebar', | |
| 1, | |
| function(MenuItem $primarySidebar) | |
| { | |
| if ($primarySidebar->hasChild('My Account')) { |
| <?php | |
| error_reporting(E_ALL); | |
| require __DIR__ . '/vendor/autoload.php'; | |
| use League\CLImate\CLImate; | |
| $climate = new CLImate; | |
| $climate->description('test'); |
| <?php | |
| namespace Kawaii; | |
| abstract class abstractHuggyPillow | |
| { | |
| public function pillowFactory() | |
| { | |
| return new get_called_class(); | |
| } |