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-04-14 18:58:52 +0400
committerFrank Karlitschek <frank@dev.(none)>2010-04-14 18:58:52 +0400
commit7adbbfe05cfbbfad08e2ece6e8b7150bbe2514ca (patch)
treeda5fda588b5883a29e09c9bd91871d752c7926c9 /index.php
parentc69eab18d25fb685705a7bc20117f2f042fe7981 (diff)
add Open Collaboration API support. You can now connect your ownCloud with the KDE Social Desktop and push notifications to your Social News Plasmoid. This requires KDE trunk or KDE SV 4.5
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/index.php b/index.php
index e755ab86237..6b0bcf63a4d 100755
--- a/index.php
+++ b/index.php
@@ -28,9 +28,7 @@ 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');