diff options
author | Robin <robin@Amaya.(none)> | 2010-04-19 19:46:42 +0200 |
---|---|---|
committer | Robin <robin@Amaya.(none)> | 2010-04-19 19:46:42 +0200 |
commit | 38bdf4083a6e0d90afb35ded0d67cab8a518b2ea (patch) | |
tree | 10a29805a025802c6dc12c2c65c18a48cb2742f7 /index.php | |
parent | 6591740f5dd73969458de9a586790922fe6c27ea (diff) | |
download | nextcloud-server-38bdf4083a6e0d90afb35ded0d67cab8a518b2ea.tar.gz nextcloud-server-38bdf4083a6e0d90afb35ded0d67cab8a518b2ea.zip |
same fixes, this time hopefully without merge conflict
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/index.php b/index.php index 6b0bcf63a4d..e755ab86237 100755 --- a/index.php +++ b/index.php @@ -28,7 +28,9 @@ 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'); |