001
002
003
004
005
006
007
008
009
010
011
012
013
014
015
016
017
018
019
020
021
022
023
024
025
session_start(); $file_name = "../../cjb/status_chk.php"; if (file_exists($file_name)) { include $file_name; } echo "<meta http-equiv='Cache-Control' content='no-cache, no-store, must-revalidate' />"; echo "<meta http-equiv='Pragma' content='no-cache' />"; echo "<meta http-equiv='Expires' content='0' />"; echo "<meta http-equiv='refresh' content='0; url=../public/index.php'>"; ?>