mirror of
https://github.com/Supernova3339/anonupload.git
synced 2026-07-07 09:42:49 +02:00
Update index.php
This commit is contained in:
@@ -11,7 +11,7 @@ error_reporting(E_ALL);
|
||||
?>
|
||||
<?php
|
||||
$directory = "../.$file_url_destination./files/"; // dir location
|
||||
if (glob($directory . "*.*" . "index.php") != false)
|
||||
if (glob($directory . "*.*" or "index.php") != false)
|
||||
{
|
||||
$filecount = count(glob($directory. "*.*"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user