From 9e20f1e835e0a57045b150da4b80615d251f825e Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Thu, 7 Mar 2024 20:07:38 +0000 Subject: [PATCH] Update file variables.php --- include/variables.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/variables.php b/include/variables.php index 7cb50b98..32c1664c 100644 --- a/include/variables.php +++ b/include/variables.php @@ -13,6 +13,6 @@ $copyright = $config['main']['copyright']; $nav = $config['nav']; $navadmin = $nav; $status = ""; -$classifications = $config['classification']; +$classifications = $config['classifications']; ?> \ No newline at end of file