mirror of
https://github.com/Supernova3339/anonupload.git
synced 2026-07-20 08:20:44 +02:00
Update index.php
This commit is contained in:
@@ -50,7 +50,7 @@ if(isset($_POST['submit'])){
|
||||
$destination = base64_encode(file_url_destination.'/'.file_destination.'/'.$newfilename);
|
||||
?>
|
||||
<div class="notification success">
|
||||
Success ! Your file are available here: <a href="download.php?file=<?=$destination?>"><a href="download.php?file=<?=$destination?></a>
|
||||
Success ! Your file are available here: <a href="download.php?file=<?php echo $destination; ?>"><a href="download.php?file=<?php echo $destination; ?></a>
|
||||
</div>
|
||||
<?php
|
||||
}else{
|
||||
|
||||
Reference in New Issue
Block a user