summaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo/install.php
blob: 8c1430900ae9e60e8a0b92315b2a96bcc1d76478 (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'));
}