update
This commit is contained in:
4
public/page/dashboard.php
Normal file
4
public/page/dashboard.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
tpl('dashboard', 'landing', 'account');
|
||||
4
public/page/login.php
Normal file
4
public/page/login.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
tpl('login', 'landing', 'account');
|
||||
4
public/page/register.php
Normal file
4
public/page/register.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
tpl('register', 'landing', 'account');
|
||||
Reference in New Issue
Block a user