Einzelnen Beitrag anzeigen

Benutzerbild von Valle
Valle

Registriert seit: 26. Dez 2005
Ort: Karlsruhe
1.223 Beiträge
 
#7

Re: [PHP] Directory listings mit PHP und Index Datei

  Alt 6. Dez 2009, 01:14
Zitat von Luckie:
Bekommt man das noch eleganter hin:
So vielleicht?.

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
  Mit Zitat antworten Zitat