Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibaut GRIDEL <tgridel@free.fr>2010-05-02 13:24:46 +0400
committerThibaut GRIDEL <tgridel@free.fr>2010-05-02 13:24:46 +0400
commit19ab1292fbc8ee60ecd77bfbe521d3449db25694 (patch)
treed72dda0919f92dd49ae63352d2cd87cf7d51727b /index.php
parent60d2f8de4e9dbe9273305ce50c0424d66012141c (diff)
simple fixes
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php3
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');