Skip to content
Snippets Groups Projects
Commit c51ac537 authored by Nigel Kukard's avatar Nigel Kukard
Browse files

v6 requires init.php instead of dbconnect.php

parent 5ee970af
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@
# This file brings in a few constants we need
require_once dirname(__FILE__) . '/../../../dbconnect.php';
require_once dirname(__FILE__) . '/../../../init.php';
# Setup include dir
$include_path = ROOTDIR . '/modules/registrars/cozaepp';
set_include_path($include_path . PATH_SEPARATOR . get_include_path());
......
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