From d6c2b4fcd233ffb53421ad664133efd146a82e09 Mon Sep 17 00:00:00 2001 From: SuperDev Date: Wed, 21 Dec 2022 08:24:57 -0600 Subject: [PATCH] Update config.php --- system/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/config.php b/system/config.php index 10706be..f29a301 100644 --- a/system/config.php +++ b/system/config.php @@ -8,7 +8,7 @@ $password = getenv('ADMIN_PASSWORD') or 'password'; // App $appname = getenv('APP_NAME') or 'AnonUpload - Secure File Sharing'; $appdesc = getenv('APP_DESC') or 'Secure and anonymous file sharing'; -$applogo = getenv('APP_LOGO_IMAGE') or = 'assets/images/logo.png'; +$applogo = getenv('APP_LOGO_IMAGE') or 'assets/images/logo.png'; // Plausible analytics $plausible = getenv('PLAUSIBLE_DOMAIN');