From 60f8d690e995005017f741150e86e25425ea28a1 Mon Sep 17 00:00:00 2001 From: Matthijs Kuiper Date: Sun, 7 Jan 2018 14:30:28 +0100 Subject: Remove unused files --- html/includes/header.php | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'html/includes/header.php') diff --git a/html/includes/header.php b/html/includes/header.php index 26fdcf3..52ab2c3 100755 --- a/html/includes/header.php +++ b/html/includes/header.php @@ -5,7 +5,7 @@ ob_start(); // Date in the past header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); -// always modified +// Always modified header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // HTTP/1.1 @@ -27,7 +27,6 @@ if (isset($_COOKIE['uts_lastvisit'])) { } setcookie('uts_lastvisit', time(), time()+60*60*24*30*365); - echo' @@ -35,28 +34,29 @@ echo' Unreal Tournament Stats - Powered by UTStats - + + + + - - - - - - - - - - + + + + + + + + -- cgit