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