Admin pages update

This commit is contained in:
Clemens Schwaighofer
2024-11-27 14:35:30 +09:00
parent 231897cf5b
commit e82e4f6079
5 changed files with 244 additions and 16 deletions

View File

@@ -115,9 +115,6 @@ print "ARRAYFLATFORKEY: " . DgS::printAr(ArrayHandler::arrayFlatForKey($test_arr
*/
function rec(string $pre, string $cur, array $node = [])
{
if (!is_array($node)) {
$node = [];
}
print "<div style='color: green;'>#### PRE: " . $pre . ", CUR: " . $cur . ", N-c: "
. count($node) . " [" . join('|', array_keys($node)) . "]</div>";
if (!$pre) {