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