Autsch. Es ist schon spät und man sollte nebenbei nicht per SMS flirten.
Aber wie gebe ich das Root-Verzeichnis an? Mit '/' bekomme ich folgende Warnung:
Zitat:
Warning: opendir(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (/var/www/l3s11195:/usr/share/php) in /var/www/l3s11195/
html/Privat/Dev/foo.php on line 6 Warning: opendir(/): failed to open dir: Operation not permitted in /var/www/l3s11195/
html/Privat/Dev/foo.php on line 6 Warning: readdir() expects parameter 1 to be resource, boolean given in /var/www/l3s11195/
html/Privat/Dev/foo.php on line 7 Warning: closedir() expects parameter 1 to be resource, boolean given in /var/www/l3s11195/
html/Privat/Dev/foo.php on line 10 /
Ich brauche aber das Root-Verzeichnis meines
HTML Ordners.
Und wenn ich es so aufrufe:
Code:
$dirs = dir_rekursiv($_SERVER["DOCUMENT_ROOT"].'/');
dann habe ich natürlich den Pfad zum DOCUMENT_ROOT dabei, was ich aber auch nicht brauchen kann.