5 lines
51 B
PHP
Executable File
5 lines
51 B
PHP
Executable File
<?php
|
|
|
|
header("location: pages/login.php");
|
|
|
|
?>
|