Update index.php

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

@ -48,7 +48,11 @@ $core = new Core();
</head>
<body>
<div class="wrapper">
<?php if(!app_logoimage == ''){ ?>
<img src="assets/images/logo.png">
<?php }else{ ?>
<img src="<?=app_logoimage?>">
<?php } ?>
<?php
if(isset($_POST['submit'])){
if($core->FileTypeVerification($_FILES["fileToUpload"])){

Loading…
Cancel
Save