From e5a72943813880329d2ec66b229607ce354b258e Mon Sep 17 00:00:00 2001 From: frederik Date: Sat, 6 Apr 2024 19:24:50 +0200 Subject: [PATCH] play.php: cleanup html --- scripts/play.php | 41 ++++++++++++++++------------------------- 1 file changed, 16 insertions(+), 25 deletions(-) diff --git a/scripts/play.php b/scripts/play.php index 0ec8750..a9e9106 100644 --- a/scripts/play.php +++ b/scripts/play.php @@ -148,16 +148,17 @@ if(isset($_GET['bydate'])){ unset($_SESSION['date']); $view = "choose"; } -?> - +if (get_included_files()[0] === __FILE__) { + echo ' + - - + '; +} +?>