5 lines
69 B
PHP
5 lines
69 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
tpl('verify', 'landing', 'account');
|
<?php
|
|
declare(strict_types=1);
|
|
|
|
tpl('verify', 'landing', 'account');
|