mirror of
https://github.com/Supernova3339/anonupload.git
synced 2026-07-31 04:10:04 +02:00
Update index.php
This commit is contained in:
11
index.php
11
index.php
@@ -99,17 +99,6 @@ if(isset($_POST['submit'])){
|
||||
<ul>
|
||||
<li>Maximum filesize: <?php echo sizeFormat($maxsize); ?></li>
|
||||
</ul>
|
||||
<?php
|
||||
// check if logged in
|
||||
if (!isset($_SESSION["user"])) {
|
||||
}else{
|
||||
echo '
|
||||
<br>
|
||||
<ul>
|
||||
<li><a href="admin/dashboard">Admin</a></li>
|
||||
</ul>';
|
||||
}
|
||||
?>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user