--- ClickHeat/Controller.php.orig	2012-08-03 15:07:15.449002296 +0200
+++ ClickHeat/Controller.php	2012-08-03 14:54:19.192001798 +0200
@@ -202,9 +202,9 @@
 	{
 		$group = isset($_GET['group']) ? str_replace('/', '', $_GET['group']) : '';
 		$conf = self::conf();
+		$webPage = array( CLICKHEAT_PATH . 'clickempty.html' );
 		if (is_dir($conf['logPath'].$group))
 		{
-			$webPage = array('/');
 			if (file_exists($conf['logPath'].$group.'/url.txt'))
 			{
 				$f = @fopen($conf['logPath'].$group.'/url.txt', 'r');
@@ -214,8 +214,8 @@
 					fclose($f);
 				}
 			}
-			echo $webPage[0];
 		}
+		echo $webPage[0];
 	}
 
 	function javascript()
