Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as PHP by emrah ( 8 years ago )
<?php
if (!defined("WHMCS"))
die("This file cannot be accessed directly");
function head_hook($vars) {
return 'test';
}
add_hook('AdminAreaHeadOutput', 1, 'head_hook');
Revise this Paste