Skip to content
Snippets Groups Projects
Commit fc320e53 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

include path for console mode

parent bf851674
Branches
Tags
3 merge requests!1864Master,!1859Dev#47780 digital ressources plugins,!1840Dev#47780 digital ressources plugins
......@@ -21,6 +21,7 @@
$base_path = realpath(dirname(__FILE__));
set_include_path($base_path . '/library' . PATH_SEPARATOR .
$base_path . '/library/digital_resources' . PATH_SEPARATOR .
$base_path . '/library/storm/src' . PATH_SEPARATOR .
$base_path . '/library/storm/zf/library' . PATH_SEPARATOR .
get_include_path());
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment