From ff67b91e1ee2f475f98d2daa4db780a6fbc95b57 Mon Sep 17 00:00:00 2001 From: SuperDev Date: Wed, 21 Dec 2022 20:42:30 -0600 Subject: [PATCH] Update index.php --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index e0549f9..4ae6cdd 100644 --- a/index.php +++ b/index.php @@ -38,7 +38,7 @@ $core = new Core(); - <?php if(app_name&&app_desc == ''){ ?>AnonUpload - Secure file sharing <?php } if(app_name&&app_desc){ ?><?= app_name; ?> - <?= app_desc; ?><?php } ?> + <?php if(app_name&&app_desc == ''){ echo 'AnonUpload - Secure and anonymous file sharing'; } if(app_name&&app_desc){ echo app_name . ' - ' . app_desc; } ?>