Add descriptions to all rooms
This commit is contained in:
parent
e5636867b7
commit
f6cac96113
|
@ -149,7 +149,7 @@ function page_locked($page) {
|
||||||
if (file_exists("$page.lock" ))
|
if (file_exists("$page.lock" ))
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
while ($page != "") {
|
while ($page != "" && is_dir($page)) {
|
||||||
$files = scandir($page);
|
$files = scandir($page);
|
||||||
|
|
||||||
if (!$files)
|
if (!$files)
|
||||||
|
|
Loading…
Reference in a new issue