4 lines
49 B
PHP
Executable File
4 lines
49 B
PHP
Executable File
<?php
|
|
header('Location: /admin/logs.php');
|
|
exit;
|