mirror of
https://gitlab.com/gh0stl1ne/Bioserver1.git
synced 2026-04-05 10:30:42 -03:00
8 lines
441 B
PHP
8 lines
441 B
PHP
<?php
|
|
echo ("<html><head><!--CRS-game-start-->");
|
|
echo ("<META HTTP-EQUIV=Content-Type CONTENT=text/html;CHARSET=EUC-JP></head>");
|
|
echo ("<!--result--><!--connection id--><!--start the game url--><!--exit game url-->");
|
|
echo ("<!--<CSV>\"OK\",\"".$_GET["sessid"]."\",");
|
|
echo ("\"https://www01.kddi-mmbb.jp/00000002/enterareas.html\",");
|
|
echo ("\"https://www01.kddi-mmbb.jp/00000002/login.php\",</CSV>--></html>");
|
|
?>
|