remove brackets

This commit is contained in:
Ben Harris 2021-03-17 09:55:22 -04:00
parent cf04720d67
commit 56e2b2313a
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
<?php
foreach (glob("/home/*/.tracery/*") as $g) {
foreach (glob("/home/*/.tracery/*") as $g)
$db[basename($g, ".json")][] = $g;
}
ksort($db);
?>
<!DOCTYPE html>