Merge pull request #3 from ksn135/patch-1

[PATCH] Update phpliteadmin.php
master v1.2
Brock Freeman 8 years ago committed by GitHub
commit 001380ea8e

@ -589,7 +589,7 @@ function explode_sql($delimiter, $sql)
//function to scan entire directory tree and subdirectories //function to scan entire directory tree and subdirectories
function dir_tree($dir) function dir_tree($dir)
{ {
$path = ''; $path = [];
$stack[] = $dir; $stack[] = $dir;
while($stack) while($stack)
{ {

Loading…
Cancel
Save