Created
September 22, 2016 13:26
-
-
Save MikSDigital/4d80a28e1b430f88bc10cddc164a12a1 to your computer and use it in GitHub Desktop.
can be used in config
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 | |
defined("DS") || define("DS", DIRECTORY_SEPARATOR); | |
defined ("ROOT-PATH") || define ("ROOT_PATH", realpath(dirname(__FILE__) . DS . ".." . DS)); | |
/* ..... */ | |
/* ... from Multipage online for Sebastian Sulinski */ | |
set_invlude_path( | |
implode(PATH_SEPARATOR, array ( | |
realpath (ROOT_PATH.DS.MOD_dir), | |
realpath (ROOT_PATH.DS.MOD_dir) | |
)) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment