diff options
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/index.php b/index.php index 335d39b097a..6b0bcf63a4d 100755 --- a/index.php +++ b/index.php @@ -36,8 +36,6 @@ if(isset($_GET['file'])) { OC_FILES::showbrowser($CONFIG_DATADIRECTORY,$dir); - echo('<p class="hint">Hint: Mount it via webdav like this: <a href="webdav://'.$_SERVER["HTTP_HOST"].$WEBROOT.'/webdav/owncloud.php">webdav://'.$_SERVER["HTTP_HOST"].$WEBROOT.'/webdav/owncloud.php</a></p>'); - OC_UTIL::showfooter(); } |