recover also edit-log entries

This commit is contained in:
Elan Ruusamäe 2012-09-19 22:01:24 +02:00
parent ff310ead06
commit 709c73c409
2 changed files with 28 additions and 3 deletions

View file

@ -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));