Schémas des VLANs

\n"; foreach ($cfgPaths as $conf) { $str .= "
  • " . basename($conf) . "
  • \n"; } $str .= "\n"; } $str = recursive_ls($fullpath) . $str; if ($str != "") $strdir .= "
  • \n
    \n" . $filename . "\n" . $str . "
    \n
  • \n";; } } } if ($strdir != "") $strdir = "\n"; return $strdir; } echo recursive_ls($basedir); ?>