6 lines
62 B
PHP
Executable File
6 lines
62 B
PHP
Executable File
<?php
|
|
session_start();
|
|
|
|
header('Location: /login.php');
|
|
exit;
|