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