diff options
author | Robin <robin@Amaya.(none)> | 2010-04-12 14:49:10 +0200 |
---|---|---|
committer | Robin <robin@Amaya.(none)> | 2010-04-12 14:49:10 +0200 |
commit | 4a1d9370fcd5fb542d8d3915658d7fa1167dfeaf (patch) | |
tree | 905a38d7127a294edf2e8644b64d689967ada2bd /index.php | |
parent | 48341b082609b8198046afe3d8d799cf2c2abd38 (diff) | |
download | nextcloud-server-4a1d9370fcd5fb542d8d3915658d7fa1167dfeaf.tar.gz nextcloud-server-4a1d9370fcd5fb542d8d3915658d7fa1167dfeaf.zip |
small visual changes
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(); } |