Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin <robin@Amaya.(none)>2010-04-12 16:49:10 +0400
committerRobin <robin@Amaya.(none)>2010-04-12 16:49:10 +0400
commit4a1d9370fcd5fb542d8d3915658d7fa1167dfeaf (patch)
tree905a38d7127a294edf2e8644b64d689967ada2bd /index.php
parent48341b082609b8198046afe3d8d799cf2c2abd38 (diff)
small visual changes
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php2
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();
}