XEDOX.DE - Directory listing
if ($handle = opendir('.')) {
while (false !== ($file = readdir($handle)))
{
if ($file != "index.php" && $file != ".")
{
$thelist .= '
'.$file.'
';
}
}
closedir($handle);
}
?>
List of files:
Edit Content
<?php if ($handle = opendir('.')) { while (false !== ($file = readdir($handle))) { if ($file != "index.php" && $file != ".") { $thelist .= '<a href="'.$file.'">'.$file.'<br></a>'; } } closedir($handle); } ?> <P>List of files:</p> <P><?=$thelist?></p>
Navigation
(OliveCMS 1.4 (01.01.2024, PHP8.2)
Suche
Upload