<?php
// phpinfo.php
// 참고: 진단 후 반드시 삭제하세요.
header('Cache-Control: no-store, no-cache, must-revalidate, max-age=0');
header('Pragma: no-cache');

phpinfo();
?>