<?php
header("Access-Control-Allow-Origin: *");
header("Content-Type: text/plain");
echo "Hello world";
exit;
?>
<?php
header("Access-Control-Allow-Origin: *");
header("Content-Type: text/plain");
echo "Hello world";
exit;
?>