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

remove error supression for local.php (related to #659)

darcs-hash:20051207194400-7ad00-2b0cb5baec92b9cdf40ad7e3e429de0b34aa9f2a.gz
parent 0fac700b
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,9 @@
// load the config file(s)
require_once(DOKU_CONF.'dokuwiki.php');
@include_once(DOKU_CONF.'local.php');
if(@file_exists(DOKU_CONF.'local.php')){
require_once(DOKU_CONF.'local.php');
}
//prepare language array
global $lang;
......
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