Fix Broken PHP scripts

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2022-11-27 07:18:53 -05:00
parent 49056ebb74
commit 9bc2522284
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
2 changed files with 0 additions and 2 deletions

View File

@ -26,7 +26,6 @@
$list .= " <li><a href='/p/$subdir.asc'>$subdir</a></li>\n";
}
}
closedir($handle);
?>
<!--#include file="/nav.php" -->
<div class=h><h1 id=pgp>User PGP keys</h1> <a aria-hidden=true href=#pgp>#pgp</a></div>

View File

@ -62,7 +62,6 @@
$total++;
}
}
closedir($handle);
?>
<!--#include file="nav.php" -->
<div class=h><h1 id=users>Users</h1> <a aria-hidden=true href=#users>#users</a></div>