Skip to content
Snippets Groups Projects
Commit 2a5308f4 authored by Peter Rotich's avatar Peter Rotich
Browse files

Define include dir for upgrader & patches

parent e7501e73
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,10 @@
define('INCLUDE_DIR',ROOT_DIR.'include/'); //Change this if include is moved outside the web path.
define('PEAR_DIR',INCLUDE_DIR.'pear/');
define('SETUP_DIR',INCLUDE_DIR.'setup/');
define('UPGRADE_DIR', INCLUDE_DIR.'upgrader/');
define('PATCH_DIR', UPGRADE_DIR.'patches/');
/*############## Do NOT monkey with anything else beyond this point UNLESS you really know what you are doing ##############*/
#Current version && schema signature (Changes from version to version)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment