mirror of
https://github.com/Supernova3339/anonupload.git
synced 2026-07-20 09:11:56 +02:00
Update index.php
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user