initial comit of repository
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
include('steam.php');
|
||||
|
||||
if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||
$steamid = $_POST['steamid'];
|
||||
$steam = new Steam();
|
||||
$result = $steam->verifyAndConvertSteamID($steamid);
|
||||
echo json_encode($result);
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user