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; } ?>