From aa0bf59136997d801c4b1170055960808007e993 Mon Sep 17 00:00:00 2001 From: Matthijs Kuiper Date: Fri, 12 Jan 2018 01:36:05 +0100 Subject: Update unknown map image --- html/pages/home.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/pages') diff --git a/html/pages/home.php b/html/pages/home.php index d3e0fa0..fc419af 100755 --- a/html/pages/home.php +++ b/html/pages/home.php @@ -16,7 +16,7 @@ $moreThan2Teams = ($lastMapScore2!=0); $mappic = getMapImageName($lastMapFileName); // quick hack to show empty one at front page if no map -if (!file_exists($mappic) || $mappic == "assets/images/maps/blank_large.jpg") { +if (!file_exists($mappic) || $mappic == "assets/images/maps/blank_large.png") { $mappic = "assets/images/maps/emptyfront.jpg"; } -- cgit