6 lines
171 B
PHP
6 lines
171 B
PHP
<?php
|
|
header("Content-Type: text/plain");
|
|
$c = @file_get_contents("/var/www/html/wevia.html");
|
|
echo "=== around 94630 (phase result) ===\n";
|
|
echo substr($c, 94500, 1500);
|