diff options
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'); |