Update index.php

pull/8/head
SuperDev 3 years ago committed by GitHub
parent c0dee635a2
commit 156c02242f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save