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 dir_tree($dir)
{
$path = '';
$path = [];
$stack[] = $dir;
while($stack)
{

Loading…
Cancel
Save