Update index.php

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

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

Loading…
Cancel
Save