| Server IP : 93.86.61.54 / Your IP : 216.73.216.60 Web Server : Apache/2.4.62 (Ubuntu) System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64 User : www-data ( 33) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/projects/timoe/ |
Upload File : |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="20" />
<title>VTG IS</title>
</head>
<body style = "text-align: ceneter; background-color: #FEF5E7;"></body>
<body>
<?php
include "config.php";
if(isset($_GET['choiceair'])){
$selair = $_GET['choiceair'];
}
$selair1 = $selair - 1;
//echo $selair1;
switch ($selair1) {
case 0:
header('location: isvtgair_list.php'); break;
case 1:
header('location: isvtg_graphair.php'); break;
case 2:
header('location: isvtg_graphpres.php'); break;
case 3:
header('location: isvtg_graphrelhumi.php'); break;
case 4:
header('location: isvtg_graphwind.php'); break;
case 5:
header('location: isvtg_graphlight.php'); break;
}
?>
</body>
</html>