mirror of
https://github.com/Supernova3339/anonupload.git
synced 2026-05-07 14:36:10 +02:00
Update index.php
This commit is contained in:
@@ -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; ?>" />
|
||||
|
||||
Reference in New Issue
Block a user