Skip to content
Snippets Groups Projects
Commit a81c8802 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

DOKUWIKI_INIT patch rollback

darcs-hash:20080627214831-7ad00-d6eee0ddd406c972455871da75d04c5f5fc8a307.gz
parent 4894bdf5
No related branches found
No related tags found
No related merge requests found
......@@ -13,11 +13,6 @@
// define the include path
if(!defined('DOKU_INC')) define('DOKU_INC',fullpath(dirname(__FILE__).'/../').'/');
// trigger DOKUWIKI_INIT event to allow action plugins to overwrite constants
// load events.php, external scripts can just include inc/init.php
require_once(DOKU_INC.'inc/events.php');
trigger_event('DOKUWIKI_INIT', $tmp=array());
// define config path (packagers may want to change this to /etc/dokuwiki/)
if(!defined('DOKU_CONF')) define('DOKU_CONF',DOKU_INC.'conf/');
......
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