5 lines
125 B
PHP
5 lines
125 B
PHP
<?php
|
|
// Redirect to the login page, which is the main entry point for the admin panel.
|
|
header('Location: login.php');
|
|
exit;
|