-
-
Save Zodiac1978/6d34e4fefe697f16b7cdcc9e198ea277 to your computer and use it in GitHub Desktop.
Ausgabe des DocumentRoot-Verzeichnises. Notwendig als Ersatz für die nicht verfügbare Apache (.htaccess) DocumentRoot-Direktive.
http://httpd.apache.org/docs/2.0/mod/core.html#documentroot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php echo rtrim($_SERVER['DOCUMENT_ROOT'], '/') ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment