<?php 
/*
// show all information, default to INFO_ALL
phpinfo();
// PHP Version 7.4.30
*/


// redirect to e-leave
header("Location: e-leave\index.php");
die();

?>