Browse code

tmp fix for already defined constant

Jimako authored on 2024/05/08 05:40:48
Showing 1 changed files
... ...
@@ -13,5 +13,7 @@ define("_REMOVECHALLENGE", "Remove from this challenge");
13 13
 define("_RESPOND2CHALLENGE", "Respond to the challenge!");
14 14
 define("_RESPONSES", "Responses");
15 15
 define("_RECALCCHAL", "Recalculate Responses");
16
+if (!defined("_UNINSTALLWARNING"))
17
+{
16 18
 define("_UNINSTALLWARNING", "<strong>Warning!</strong> All data related to challenges will be deleted from the database!");
17
-?>
18 19
\ No newline at end of file
20
+}