Update index.php

pull/8/head
SuperDev 3 years ago committed by GitHub
parent a96f3e2a98
commit 3100bede59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,7 +11,7 @@ error_reporting(E_ALL);
?>
<?php
$directory = "../.$file_url_destination./files/"; // dir location
if (glob($directory . "*.*") != false)
if (glob($directory . "*.*" . "index.php") != false)
{
$filecount = count(glob($directory. "*.*"));

Loading…
Cancel
Save