Client

主题端接入

客户站点只保存授权码和校验结果,不保存私钥。Pro 功能通过统一授权检查开启。

$state = annoying_license_verify($license_code, array(
    'domain' => $_SERVER['HTTP_HOST'],
    'machine' => annoying_license_machine_code(),
));

if (!empty($state['pro'])) {
    // enable Pro modules
}