From 58b24e702cf8a4926833ef2ebd2481c402d86a5a Mon Sep 17 00:00:00 2001 From: Debian Date: Thu, 6 Oct 2022 19:54:17 +0000 Subject: [PATCH] display current player --- index.php | 6 +++++- owe.js | 20 +++++++++++++++++++- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 16b8ad1..a9967c8 100644 --- a/index.php +++ b/index.php @@ -37,7 +37,9 @@ if (array_key_exists("submitted", $_REQUEST)) { } $sentences = fopen("./data/sentences.txt", "a") or die("unable to open sentences file"); - $content = "
+
+