Update phpliteadmin.php

PHP Fatal error:  Uncaught Error: [] operator not supported for strings
pull/3/head
Serg N. Kalachev 8 years ago committed by GitHub
parent 1d5fc27f15
commit ecbc015c14

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