diff --git a/livesupport/modules/storageServer/var/html/index.php b/livesupport/modules/storageServer/var/html/index.php index 33f221d4f..76bb708e3 100644 --- a/livesupport/modules/storageServer/var/html/index.php +++ b/livesupport/modules/storageServer/var/html/index.php @@ -23,12 +23,11 @@ Author : $Author: tomas $ - Version : $Revision: 1.1 $ + Version : $Revision: 1.2 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/html/Attic/index.php,v $ ------------------------------------------------------------------------------*/ header ("location: gbHtmlLogin.php"); -die; - +exit; ?> diff --git a/livesupport/modules/storageServer/var/index.php b/livesupport/modules/storageServer/var/index.php index fd8e24597..850bb5ca3 100644 --- a/livesupport/modules/storageServer/var/index.php +++ b/livesupport/modules/storageServer/var/index.php @@ -23,11 +23,11 @@ Author : $Author: tomas $ - Version : $Revision: 1.2 $ + Version : $Revision: 1.3 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/index.php,v $ ------------------------------------------------------------------------------*/ -header ("location: html/gbHtmlLogin.php"); +header ("location: html/"); exit; /* ?> @@ -36,7 +36,7 @@ exit;