diff --git a/config.sample.php b/config.sample.php index db05bd33e90b9eb9145ba30edb61bd195dae11dd..57e38c38743e3afd37901f019e388ef5b298e121 100644 --- a/config.sample.php +++ b/config.sample.php @@ -53,7 +53,8 @@ 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); -error_reporting(E_ALL); \ No newline at end of file +error_reporting(E_ALL);