Files
RTG/webroot/REST-Client/index.php
2026-06-19 20:08:01 +06:00

6 lines
124 B
PHP

<?php
$url = "http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']."getAccessToken.php";
header("Location:".$url);
?>