File "index.php"

Full Path: /home/analogde/www/CGI/index.php
File size: 101 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

	session_start ();
	
	$_SESSION['debug'] == "no_debug";
	header("Location: login.php");   

?>