Change project name to filetools
This commit is contained in:
4
Path.php
4
Path.php
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace dokuwiki\plugin\filelistplus;
|
||||
namespace dokuwiki\plugin\filetools;
|
||||
|
||||
class Path
|
||||
{
|
||||
@@ -60,7 +60,7 @@ class Path
|
||||
$lastRoot = $line;
|
||||
$paths[$line] = [
|
||||
'root' => $line,
|
||||
'web' => DOKU_BASE . 'lib/plugins/filelistplus/file.php?root=' . rawurlencode($line) . '&file=',
|
||||
'web' => DOKU_BASE . 'lib/plugins/filetools/file.php?root=' . rawurlencode($line) . '&file=',
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user