Welcome to mirror list, hosted at ThFree Co, Russian Federation.

update.php « appinfo « files « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f7ad31f65178450d314f2fa284fe1a267f17c972 (plain)
1
2
3
4
<?php
if(!file_exists(OC::$WEBROOT.'/remote/webdav.php')){
	file_put_contents(OC::$WEBROOT.'/remote/webdav.php', file_get_contents(OC::$APPSROOT . '/apps/files/appinfo/webdav.php'));
}