Files
ppeasy-cimac/public/phpinfo.php
T
2026-05-14 08:47:13 +02:00

8 lines
230 B
PHP

<?php
// Disattiva cache per visualizzare info aggiornate
header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
phpinfo();