Update index.php

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

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

Loading…
Cancel
Save