Compare commits
3 Commits
feature/us
...
df15387f84
| Author | SHA1 | Date | |
|---|---|---|---|
| df15387f84 | |||
| 5ce36803b8 | |||
| ef777eb779 |
@@ -85,3 +85,4 @@ Poniższy formularz trafi do naszych administratorów, którzy go ocenią. Potra
|
|||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|||||||
@@ -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>";
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user