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