users tab #5

Merged
v0id1st merged 2 commits from feature/users-tab into main 2025-10-08 13:42:30 +02:00
Showing only changes of commit fea7b92687 - Show all commits

View File

@ -9,7 +9,7 @@ $host=htmlspecialchars($_SERVER['SERVER_NAME']);
//$host=""; //$host="";
foreach (scandir("/home/") as $file) { foreach (scandir("/home/") as $file) {
if (in_array($file, array('.', '..'))) continue; if (in_array($file, array('.', '..'))) continue;
echo "<li><a href=$file>~$file</a></li>"; echo "<li><a href="/~$file">~$file</a></li>";

imo <a href="/~$file">, dorzuce commit

imo `<a href="/~$file">`, dorzuce commit
} }
?> ?>