Compare commits

...

2 Commits
v1.1 ... master

Author SHA1 Message Date
Brock Freeman 001380ea8e Merge pull request #3 from ksn135/patch-1
[PATCH] Update phpliteadmin.php
8 years ago
Serg N. Kalachev ecbc015c14 Update phpliteadmin.php
PHP Fatal error:  Uncaught Error: [] operator not supported for strings
8 years ago

@ -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