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:
authorFrank Karlitschek <frank@dev.(none)>2010-03-29 18:21:00 +0400
committerFrank Karlitschek <frank@dev.(none)>2010-03-29 18:21:00 +0400
commit2a75c0d04495c5f05fdaaebf94d38ea6d0a3f062 (patch)
tree9aac3d2e18fa5a12d24a34bc85ffe6c7bc9b5198 /index.php
parentbc8e899de1336e839079b5059e51e4dc75262728 (diff)
merge Adityas improvements
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/index.php b/index.php
index 08d94c6079d..dd613f2854f 100755
--- a/index.php
+++ b/index.php
@@ -28,14 +28,16 @@ if(isset($_GET['dir'])) $dir=$_GET['dir']; else $dir='';
if(isset($_GET['file'])) {
OC_FILES::get($dir,$_GET['file']);
-
+OC_FILES::get($dir,$_GET['file']);
+OC_FILES::get($dir,$_GET['file']);
+echo('heya');
}else{
OC_UTIL::addscript('js/ajax.js');
OC_UTIL::showheader();
OC_FILES::showbrowser($CONFIG_DATADIRECTORY,$dir);
-
+echo('hi');
echo('<br /><br /><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();