Your IP : 216.73.216.40


Current Path : /var/www/html/ajay/tele/
Upload File :
Current File : /var/www/html/ajay/tele/index.php

<?php
	if (!empty($_SERVER['HTTPS']) && ('on' == $_SERVER['HTTPS'])) {
		$uri = 'https://';
	} else {
		$uri = 'http://';
	}
	$uri .= $_SERVER['HTTP_HOST'] . "/tele";
	header('Location: '.$uri.'/login.php');
	exit;
?>
Something is wrong with the SERVER :-(