Fix DOKU_INC definition

This commit is contained in:
2026-02-21 08:02:11 +01:00
parent e6920d3710
commit 87f6839b0d
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ use dokuwiki\plugin\luxtools\PageLink;
require_once(__DIR__ . '/autoload.php');
if (!defined('DOKU_INC')) define('DOKU_INC', __DIR__ . '/_dokuwiki');
if (!defined('DOKU_INC')) define('DOKU_INC', __DIR__ . '/../../../');
require_once(DOKU_INC . 'inc/init.php');
global $INPUT;