Original geschrieben von TobiaZ
und n dickes PLUS an Trashar!
und n dickes PLUS an Trashar!
![Big Grin](https://www.php-resource.de/forum/core/images/smilies/biggrin.gif)
![Big Grin](https://www.php-resource.de/forum/core/images/smilies/biggrin.gif)
$verz=opendir ('module');
while ($file = readdir ($verz)) {
if($file != "." && $file != ".." && is_dir('module/'.$file)){
include("module/$file/index.php");
}
}
Kommentar