tRename default score file - scoreboard - Interactive scoreboard for CTF-like games
(HTM) git clone git://git.z3bra.org/scoreboard.git
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit ed31447ad67648755bffba0a4ff51cf86c909487
(DIR) parent e50dafa0340ebc90fa5eb16a39d5c033481931d7
(HTM) Author: Willy Goiffon <contact@z3bra.org>
Date: Sun, 8 Dec 2024 22:55:49 +0100
Rename default score file
Diffstat:
M main.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/main.go b/main.go
t@@ -31,7 +31,7 @@ import (
const (
BOARD_WIDTH int = 28
BOARD_HEIGHT int = 15
- HTML string = "score.html"
+ HTML string = "scores.html"
TMPL string = "template.html"
DB string = "score.db"
TOKEN_REMINDER string = `%s, use the token below to submit your flags.