From b7551a6d968242f2762d99d4bbb2bcab12886f0d Mon Sep 17 00:00:00 2001
From: Esther Brunner <esther@kaffeehaus.ch>
Date: Fri, 2 Sep 2005 15:34:42 +0200
Subject: [PATCH] Constant DOCU_CONF corrctly initialisied (had a slash to
 much)

darcs-hash:20050902133442-283c4-5793471583d07fe58e652f40f485508d239e84cc.gz
---
 inc/init.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inc/init.php b/inc/init.php
index d3afe1174..904fa1726 100644
--- a/inc/init.php
+++ b/inc/init.php
@@ -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);
-- 
GitLab