]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/file_directories/directory/class_FrameworkDirectoryPointer.php
Revert "Use realpath() to secure file and path names."
[core.git] / inc / classes / main / file_directories / directory / class_FrameworkDirectoryPointer.php
index a04a8dd486f32ffc41913da5cecf5b176a5c29b6..da220403458c081e6531ca4f7cc5a0b937c3efd5 100644 (file)
@@ -68,9 +68,6 @@ class FrameworkDirectoryPointer extends BaseFrameworkSystem {
         * @todo        Get rid of inConstructor, could be old-lost code.
         */
        public static final function createFrameworkDirectoryPointer ($pathName, $inConstructor = FALSE) {
-               // Secure with realpath()
-               $pathName = realpath($pathName);
-
                // Some pre-sanity checks...
                if (is_null($pathName)) {
                        // No pathname given