Update index.php

This commit is contained in:
SuperDev
2022-12-21 20:46:16 -06:00
committed by GitHub
parent ff67b91e1e
commit 22b9a6826f

View File

@@ -38,7 +38,9 @@ $core = new Core();
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><?php if(app_name&&app_desc == ''){ echo 'AnonUpload - Secure and anonymous file sharing'; } if(app_name&&app_desc){ echo app_name . ' - ' . app_desc; } ?></title>
<title>
<?php if(app_name&&app_desc == ''){ ?>
AnonUpload - Secure and anonymous file sharing <?php } if(app_name&&app_desc){ echo app_name . ' - ' . app_desc; } ?></title>
<!-- for discord -->
<meta property="og:type" content="website">
<meta property="og:title" content="<?= app_name; ?>" />