<?php
	header('Cache-Control: max-age=0, must-revalidate, no-store, no-cache');
	header('Pragma: no-cache');
	header('Expires: Tue, 01 Jan 1980 1:00:00 GMT');

	
	header('Location: /4/index.html');
	
	/*
	header('Location: /maintain/index.html');
	*/
	
?>