Skip to content

Commit

Permalink
fixing path to dokuwiki's cli file
Browse files Browse the repository at this point in the history
  • Loading branch information
one-mb committed Jul 16, 2016
1 parent 9dd810b commit f8553c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron.php
Expand Up @@ -13,7 +13,7 @@

if(!defined('DOKU_INC')) define('DOKU_INC', realpath(dirname(__FILE__) . '/../../../') . '/');
require_once(DOKU_INC . 'inc/init.php');
require_once DOKU_INC . 'inc/cliopts.php';
require_once DOKU_INC . 'inc/cli.php';


/**
Expand Down

0 comments on commit f8553c1

Please sign in to comment.