Update index.php

pull/8/head
SuperDev 3 years ago committed by GitHub
parent 3100bede59
commit 5b134059e1
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 . "*.*" . "index.php") != false)
if (glob($directory . "*.*" or "index.php") != false)
{
$filecount = count(glob($directory. "*.*"));

Loading…
Cancel
Save