<?php
include( $_SERVER['Root_Path'] . '/inc/public_inc.php' );
header('Location:' . $_SERVER['Base_Url'] . '/index.html');
exit;