Created
June 22, 2013 21:25
-
-
Save Tim-Machine/5842674 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
| $webRoot = $_SERVER['DOCUMENT_ROOT']; // root of our web site. | |
| define("DS", DIRECTORY_SEPARATOR ); // this is to account for OS direcorty separator differences | |
| require_once $webroot.DS."this{$DS}is{$DS}a{$DS}path{$DS}to{$DS}a{$DS}folder"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compare
$webRootand$webroot. Typo.