diff options
author | Frank Karlitschek <frank@dev.(none)> | 2010-04-14 16:58:52 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@dev.(none)> | 2010-04-14 16:58:52 +0200 |
commit | 7adbbfe05cfbbfad08e2ece6e8b7150bbe2514ca (patch) | |
tree | da5fda588b5883a29e09c9bd91871d752c7926c9 /index.php | |
parent | c69eab18d25fb685705a7bc20117f2f042fe7981 (diff) | |
download | nextcloud-server-7adbbfe05cfbbfad08e2ece6e8b7150bbe2514ca.tar.gz nextcloud-server-7adbbfe05cfbbfad08e2ece6e8b7150bbe2514ca.zip |
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-x | index.php | 4 |
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'); |