From 10b485418c47f43350e0c5a9d498bed39a194406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20Kerem=20Oktay?= Date: Fri, 14 Aug 2020 20:15:39 +0300 Subject: [PATCH] Fix a bug caused copyright to go blank --- template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.php b/template.php index 318f279..6e948a7 100644 --- a/template.php +++ b/template.php @@ -138,7 +138,7 @@ class Template{
-
Copyright © Server Status Project Contributors 1){ echo " and ".$additional_copyright; } ?>
+
Copyright © Server Status Project Contributors 1){ echo " and ".COPYRIGHT_TEXT; } ?>