mirror of
https://github.com/kd2org/picodav.git
synced 2026-03-14 14:25:49 +01:00
Upgrade dependencies
FossilOrigin-Name: 593379b27b4979bde3a6ef92ac05ad38dd60758a23d0c4f512deecc6c28bddaf
This commit is contained in:
parent
d5287e99dd
commit
e6c25f229a
4 changed files with 686 additions and 254 deletions
2
make.php
2
make.php
|
|
@ -15,6 +15,8 @@ function clean_php_source(string $file): string
|
|||
|
||||
$php = file_get_contents('server.php');
|
||||
$php = strtr($php, [
|
||||
'//__KD2\HTTP\Server__' => clean_php_source('lib/KD2/HTTP/Server.php'),
|
||||
'//__KD2\WebDAV\Exception__' => clean_php_source('lib/KD2/WebDAV/Exception.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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue