<?php
//header("Cache-Control: no-cache, no-store, must-revalidate, max-age=0");
header("Cache-Control: max-age=1, no-cache");
header("Pragma: no-cache");
//header("Expires: 0");

print $_SERVER['HTTP_X_FORWARDED_FOR']."\n";
