server/apps/files/appinfo/install.php
Frank Karlitschek eec7c3833c fix install
2012-05-02 19:02:41 +02:00

4 lines
185 B
PHP

<?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'));
}