Add descriptions to all rooms

This commit is contained in:
John Alanbrook 2022-11-05 23:06:34 +00:00
parent e5636867b7
commit f6cac96113

View file

@ -149,7 +149,7 @@ function page_locked($page) {
if (file_exists("$page.lock" ))
return true;
while ($page != "") {
while ($page != "" && is_dir($page)) {
$files = scandir($page);
if (!$files)