G1sms/www/g1billet/test.php

6 lines
74 B
PHP
Raw Normal View History

<?php
header("Access-Control-Allow-Origin: *");
var_dump($_REQUEST);
?>