Update index.php

This commit is contained in:
SuperDev
2022-12-21 08:10:07 -06:00
committed by GitHub
parent 90b5f89523
commit 1e988400e9

View File

@@ -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>