uniqueID(); $token .= $cryptography->uniqueID(); $token .= $cryptography->uniqueID(); $token .= $cryptography->uniqueID(); $_SESSION['uuid'] = $token; } else { $token = $_SESSION['uuid']; } function logs($filename) { $tmp = ''; if(file_exists($filename)) { if(filesize($filename) >0) { $file = fopen($filename,'rt'); $logfile = fread($file,filesize($filename)); if(strlen($logfile)>1) { $logfile = htmlspecialchars($logfile,ENT_QUOTES,'UTF-8'); echo '