polygon-website-foss/rbxclient/game/machineconfiguration.php

4 lines
112 B
PHP

<?php require $_SERVER['DOCUMENT_ROOT']."/api/private/core.php";
header("content-type: text/plain");
echo "OK";