Skip to content
Snippets Groups Projects
Commit 2fcf3f8f authored by Brett Bieber's avatar Brett Bieber
Browse files

Update sample config, add missing mediawiki path

parent 177e4256
Branches
Tags
No related merge requests found
......@@ -53,6 +53,7 @@ set_include_path(get_include_path() . PATH_SEPARATOR . dirname(__FILE__));
define('UNL_CATALOG_URI', 'http://localhost/workspace/UNL_GraduateBulletin/www/');
define('UNL_CATALOG_MW_URI', UNL_CATALOG_URI.'mediawiki/index.php/');
define('UNL_CATALOG_MW_WGSCRIPTPATH', '/workspace/UNL_GraduateBulletin/www/mediawiki');
define('UNL_CATALOG_MW_WGARTICLEPATH', "/graduate/$1");
define('UNL_TEMPLATES_DEPENDENTSPATH', $_SERVER['DOCUMENT_ROOT']);
ini_set('display_errors', true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment