From 18d891ede171eebcc472de6a279c7740fc00ae6d Mon Sep 17 00:00:00 2001 From: Jonathan Wu Date: Fri, 26 Jan 2024 15:44:29 -0500 Subject: [PATCH] Bump version --- docs/SECURITY.md | 2 +- src/views/admin.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/SECURITY.md b/docs/SECURITY.md index 47c7937..0f9ee9d 100644 --- a/docs/SECURITY.md +++ b/docs/SECURITY.md @@ -18,4 +18,4 @@ Although CTFOJ works on both Windows and Linux, it is strongly recommended to ru ## Reporting a Vulnerability -To report a security vulnerability, please email @jdabtieu at [jonathan.wu3@outlook.com](jonathan.wu3@outlook.com). +To report a security vulnerability, please email @jdabtieu at [me@jonathanw.dev](me@jonathanw.dev). diff --git a/src/views/admin.py b/src/views/admin.py index 1a7dfa2..1f2c1d5 100644 --- a/src/views/admin.py +++ b/src/views/admin.py @@ -15,7 +15,7 @@ @api.route("/console") @perm_required(["ADMIN", "SUPERADMIN", "PROBLEM_MANAGER", "CONTENT_MANAGER"]) def admin_console(): - return render_template("admin/console.html", ver="v4.2.2", + return render_template("admin/console.html", ver="v4.2.3", maintenance_mode=os.path.exists('maintenance_mode'))