Skip to content
Snippets Groups Projects
Commit b7551a6d authored by Esther Brunner's avatar Esther Brunner
Browse files

Constant DOCU_CONF corrctly initialisied (had a slash to much)

darcs-hash:20050902133442-283c4-5793471583d07fe58e652f40f485508d239e84cc.gz
parent 8f1d587c
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../').'/');
// define config path (packagers may want to change this to /etc/dokuwiki/)
if(!defined('DOKU_CONF')) define('DOKU_CONF',DOKU_INC.'/conf/');
if(!defined('DOKU_CONF')) define('DOKU_CONF',DOKU_INC.'conf/');
// set up error reporting to sane values
error_reporting(E_ALL ^ E_NOTICE);
......
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