<?php
$in = 1;
if($in == 1){
header('Location: web');
} else {
phpinfo();
}
?>
