From a5fbe399b0e27ced468674ef2c5db8990fe91303 Mon Sep 17 00:00:00 2001 From: blryface <124838505+blryface@users.noreply.github.com> Date: Sat, 18 May 2024 17:18:07 -0300 Subject: [PATCH] aaaaaaaaaaaaaaaaaaaaaaaaa --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index f33fb3f..1e5480b 100644 --- a/index.php +++ b/index.php @@ -65,6 +65,7 @@ $twig->addGlobal('playerCount', $json); $twig->addGlobal('nations', $nations); + $twig->addGlobal('companies', $companies); $twig->addGlobal('dc_uri', 'https://discord.com/api/oauth2/authorize?client_id=1144248396467683338&redirect_uri=' . urlencode($_ENV['DISCORD_REDIRECT']) . '&response_type=code&scope=identify%20guilds&state=' . urlencode($_SERVER['REQUEST_URI'])); $twig->addGlobal('reduced', isset($_GET['reduced']));