Thema
:
[PHP] Directory listings mit PHP und Index Datei
Einzelnen Beitrag anzeigen
Valle
Registriert seit: 26. Dez 2005
Ort: Karlsruhe
1.223 Beiträge
#
7
Re: [PHP] Directory listings mit PHP und Index Datei
6. Dez 2009, 01:14
Zitat von
Luckie
:
Bekommt man das noch eleganter hin:
So vielleicht?.
markieren
Code:
if ($path != '.') {
if (in_array("index.shtml", $files))
$extension = 'shtml';
elseif (in_array("index.php", $files))
$extension = 'php';
header('Location: '.$path.'/index.' . $extension);
}
Liebe Grüße,
Valle
Valentin Voigt
BOFH excuse #423:
„It's not
RFC
-822 compliant.“
Mein total langweiliger Blog
Zitat
Valle
Öffentliches Profil ansehen
Besuche die Homepage von Valle!
Mehr Beiträge von Valle finden