mirror of
https://github.com/kd2org/picodav.git
synced 2026-03-14 14:25:49 +01:00
Add users management
FossilOrigin-Name: b2a12b5e9781503bed502c533b4d83e578f887c29e98f882a67bce5b47d30800
This commit is contained in:
parent
e114bbb259
commit
479dd6310c
5 changed files with 488 additions and 97 deletions
1
make.php
1
make.php
|
|
@ -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'),
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue