Skip to content

Kirby 3.5.7.1

$system->register()

Validates the license key and adds it to the .license file in the config folder if possible.

$system->register(string $license = null, string $email = null): bool

Parameters

Name Type Default
$license string null
$email string null

Return type

bool

Exceptions

Parent class

Kirby\Cms\System