diff options
author | Thibaut GRIDEL <tgridel@free.fr> | 2010-05-02 11:24:46 +0200 |
---|---|---|
committer | Thibaut GRIDEL <tgridel@free.fr> | 2010-05-02 11:24:46 +0200 |
commit | 19ab1292fbc8ee60ecd77bfbe521d3449db25694 (patch) | |
tree | d72dda0919f92dd49ae63352d2cd87cf7d51727b /index.php | |
parent | 60d2f8de4e9dbe9273305ce50c0424d66012141c (diff) | |
download | nextcloud-server-19ab1292fbc8ee60ecd77bfbe521d3449db25694.tar.gz nextcloud-server-19ab1292fbc8ee60ecd77bfbe521d3449db25694.zip |
simple fixes
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'); |