Skip to content

Instantly share code, notes, and snippets.

@MikSDigital
Created September 22, 2016 13:26
Show Gist options
  • Save MikSDigital/4d80a28e1b430f88bc10cddc164a12a1 to your computer and use it in GitHub Desktop.
Save MikSDigital/4d80a28e1b430f88bc10cddc164a12a1 to your computer and use it in GitHub Desktop.
can be used in config
<?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