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