Files
html/api/ambre-ctx.php
2026-04-22 11:00:03 +02:00

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);