X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Ffile_directories%2Finput%2Fclass_FrameworkFileInputPointer.php;h=bd14d9dbb6fe7180073384cced28ba3b6dff8586;hp=bca7a18b398dcf16a151f6d37d9a12f2dd780005;hb=0a638eea103f0f2b6c48374cb8d01e68893f5a65;hpb=3ac79dbc1ecc71a1d704992366a0512d46af7785 diff --git a/inc/classes/main/file_directories/input/class_FrameworkFileInputPointer.php b/inc/classes/main/file_directories/input/class_FrameworkFileInputPointer.php index bca7a18b..bd14d9db 100644 --- a/inc/classes/main/file_directories/input/class_FrameworkFileInputPointer.php +++ b/inc/classes/main/file_directories/input/class_FrameworkFileInputPointer.php @@ -21,7 +21,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -class FrameworkFileInputPointer extends BaseFileIo { +class FrameworkFileInputPointer extends BaseFileIo implements InputPointer { /** * Protected constructor * @@ -42,9 +42,6 @@ class FrameworkFileInputPointer extends BaseFileIo { * @return void */ public static final function createFrameworkFileInputPointer ($fileName) { - // Secure with realpath() - $fileName = realpath($fileName); - // Some pre-sanity checks... if ((is_null($fileName)) || (empty($fileName))) { // No filename given