// The contents of this file is subject to a license. // Read license.txt and readme.txt for more information. if ($_REQUEST['source']) { readfile(__FILE__); die(); } include("setup.php"); echo "Recent Changes"; echo "
"; echo "
"; $editme = "recent.dat"; if (!file_exists($editme)) { $fp = fopen($editme, "w"); fclose($fp); @chmod($editme, 0666); echo "File $editme did not exist, created."; } if ($message == "") { echo "