Original geschrieben von TobiaZ
und n dickes PLUS an Trashar!
und n dickes PLUS an Trashar!
$verz=opendir ('module');
while ($file = readdir ($verz)) {
if($file != "." && $file != ".." && is_dir('module/'.$file)){
include("module/$file/index.php");
}
}
Kommentar