recover also edit-log entries
This commit is contained in:
parent
ff310ead06
commit
709c73c409
2 changed files with 28 additions and 3 deletions
3
doku.php
3
doku.php
|
@ -20,6 +20,9 @@ require_once DOKU_INC.'inc/cliopts.php';
|
|||
# disable gzip regardless of config, then we don't have to compress when converting
|
||||
$conf['compression'] = 0; //compress old revisions: (0: off) ('gz': gnuzip) ('bz2': bzip)
|
||||
|
||||
# override start page, as there's currently configured temporary frontpage
|
||||
$conf['start'] = 'start'; //name of start page
|
||||
|
||||
function strip_dir($dir, $fn) {
|
||||
global $conf;
|
||||
return end(explode($dir.'/', $fn, 2));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue