SnakeGame/Web/index.php

12 lines
176 B
PHP
Raw Normal View History

2017-01-07 22:15:15 +00:00
<?php
if(!isset($_POST['client']) || $_POST['client']=="")
{
echo "Welcome!<br>
<a>Project home</a>";
die();
}
//WebPass: vhwfsQOv9E
//fötöpö: (sznpadmin) VKiSh7i1og
?>