This commit is contained in:
Abdulrahman
2019-05-22 19:33:52 +03:00
parent a9dd576094
commit a52aeba650
12 changed files with 38 additions and 247 deletions

2
do.php
View File

@@ -417,7 +417,7 @@ elseif (ig('down') || ig('downf') ||
}
}
if (! ($size = @kleeja_filesize($path_file)))
if (! ($size = @filesize($path_file)))
{
$size = $d_size;
}