Add users management

FossilOrigin-Name: b2a12b5e9781503bed502c533b4d83e578f887c29e98f882a67bce5b47d30800
This commit is contained in:
bohwaz 2022-11-21 21:37:51 +00:00
commit 479dd6310c
5 changed files with 488 additions and 97 deletions

View file

@ -17,6 +17,7 @@ $php = file_get_contents('server.php');
$php = strtr($php, [
'//__KD2\WebDAV\Server__' => clean_php_source('lib/KD2/WebDAV/Server.php'),
'//__KD2\WebDAV\AbstractStorage__' => clean_php_source('lib/KD2/WebDAV/AbstractStorage.php'),
'/*__HTACCESS__*/' => var_export(file_get_contents('.htaccess'), true),
'__JS_SIZE__' => filesize('webdav.js'),
'__CSS_SIZE__' => filesize('webdav.css'),
]);