Add the Chronological

This commit is contained in:
2026-02-16 13:39:26 +01:00
parent c091ed1371
commit f1ac693fe8
162 changed files with 25868 additions and 1 deletions

View File

@@ -9,6 +9,11 @@
* This file registers a minimal autoloader for the plugin namespace.
*/
$composerAutoload = __DIR__ . '/vendor/autoload.php';
if (is_file($composerAutoload)) {
require_once $composerAutoload;
}
spl_autoload_register(static function ($class) {
$prefix = 'dokuwiki\\plugin\\luxtools\\';
$prefixLen = strlen($prefix);