Init(); $application->Run(); $application->Done(); $end = getmicrotime(); function getmicrotime() { list($usec, $sec) = explode(" ", microtime()); return ((float)$usec + (float)$sec); } //update_memory_check_script(); function update_memory_check_script() { $files = get_included_files(); $script = '$files = Array('."\n"; foreach ($files as $file_name) { $script .= "\t\t'".str_replace(FULL_PATH, '', $file_name)."',\n"; } $script .= ");\n"; echo "
";
	echo $script;
	echo "
"; } ?>