forked from tylda-public/main
escape xd
This commit is contained in:
parent
5ce36803b8
commit
df15387f84
@ -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>";
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user