File "cache.php"
Full Path: /home/ptgoldenvisa/public_html/chat/cache.php
File size: 81 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
header("Cache-Control: no-cache, must-revalidate");
exit(md5(uniqid()));
?>