Rename project to luxtools, remove client tool
Some checks failed
DokuWiki Default Tasks / all (push) Has been cancelled
Some checks failed
DokuWiki Default Tasks / all (push) Has been cancelled
This commit is contained in:
4
Path.php
4
Path.php
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace dokuwiki\plugin\filetools;
|
||||
namespace dokuwiki\plugin\luxtools;
|
||||
|
||||
class Path
|
||||
{
|
||||
@@ -60,7 +60,7 @@ class Path
|
||||
$lastRoot = $line;
|
||||
$paths[$line] = [
|
||||
'root' => $line,
|
||||
'web' => DOKU_BASE . 'lib/plugins/filetools/file.php?root=' . rawurlencode($line) . '&file=',
|
||||
'web' => DOKU_BASE . 'lib/plugins/luxtools/file.php?root=' . rawurlencode($line) . '&file=',
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user