AlaK4X
Linux lhjmq-records 5.15.0-118-generic #128-Ubuntu SMP Fri Jul 5 09:28:59 UTC 2024 x86_64



Your IP : 3.149.29.190


Current Path : /var/www/lhjmq-records.qc.ca/public_html/xsl/teams_stats/lifetime/
Upload File :
Current File : /var/www/lhjmq-records.qc.ca/public_html/xsl/teams_stats/lifetime/getjson.php

<?php
header("Access-Control-Allow-Origin: *");
header("content-type: application/json; charset=utf-8");
header("Access-Control-Allow-Methods: GET");
header("Access-Control-Allow-Headers: Content-Type, Access-Control-Allow-Headers, Origin,Accept, X-Requested-With");
$str = file_get_contents($_REQUEST['file']);
echo $str;
?>