diff options
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php index b4a19dd0388..08d94c6079d 100755 --- a/index.php +++ b/index.php @@ -31,7 +31,7 @@ if(isset($_GET['file'])) { }else{ - + OC_UTIL::addscript('js/ajax.js'); OC_UTIL::showheader(); OC_FILES::showbrowser($CONFIG_DATADIRECTORY,$dir); |