[ Index ] |
PHP Cross Reference of DokuWiki |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * DokuWiki indexer 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author Andreas Gohr <andi@splitbrain.org> 7 */ 8 if (!defined('DOKU_INC')) { 9 define('DOKU_INC', __DIR__ . '/../../'); 10 } 11 define('DOKU_DISABLE_GZIP_OUTPUT',1); 12 require_once DOKU_INC.'inc/init.php'; 13 session_write_close(); //close session 14 15 $taskRunner = new \dokuwiki\TaskRunner(); 16 $taskRunner->run();
title
Description
Body
title
Description
Body
title
Description
Body
title
Body