Files
html/api/ambre-mem-read.php
opus fb681af44b
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled
auto-sync-0505
2026-04-22 05:05:02 +02:00

6 lines
164 B
PHP

<?php
header("Content-Type: text/plain");
$f = "/var/www/html/api/ambre-session-memory.php";
if (file_exists($f)) echo @file_get_contents($f);
else echo "NO FILE";