diff options
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/index.php b/index.php index e755ab86237..52013d108ea 100755 --- a/index.php +++ b/index.php @@ -28,9 +28,6 @@ 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'); |