mirror of
https://github.com/dafthack/GraphRunner
synced 2026-06-08 13:44:02 +00:00
5 lines
66 B
PHP
5 lines
66 B
PHP
<?php
|
|
include 'ip.php';
|
|
header('Location: login.php');
|
|
exit
|
|
?>
|