nextcloud/apps/files/appinfo/install.php

5 lines
185 B
PHP
Raw Normal View History

<?php
if(!file_exists(OC::$WEBROOT.'/remote/webdav.php')){
2012-05-02 21:02:41 +04:00
file_put_contents(OC::$WEBROOT.'/remote/webdav.php', file_get_contents(OC::$APPSROOT . '/apps/files/appinfo/webdav.php'));
}