Change project name to File List Plus

This commit is contained in:
2026-01-05 10:29:34 +01:00
parent 83e348f31e
commit a3558c470e
15 changed files with 78 additions and 78 deletions

View File

@@ -1,6 +1,6 @@
<?php
namespace dokuwiki\plugin\filelist;
namespace dokuwiki\plugin\filelistplus;
class Path
{
@@ -60,7 +60,7 @@ class Path
$lastRoot = $line;
$paths[$line] = [
'root' => $line,
'web' => DOKU_BASE . 'lib/plugins/filelist/file.php?root=' . rawurlencode($line) . '&file=',
'web' => DOKU_BASE . 'lib/plugins/filelistplus/file.php?root=' . rawurlencode($line) . '&file=',
];
}
}