4 lines
62 B
PHP
4 lines
62 B
PHP
<?php
|
|
// Redirect to the portal
|
|
header("Location: /client");
|
<?php
|
|
// Redirect to the portal
|
|
header("Location: /client");
|