diff options
author | Robin <robin@Amaya.(none)> | 2010-03-28 13:07:13 +0200 |
---|---|---|
committer | Robin <robin@Amaya.(none)> | 2010-03-28 13:07:13 +0200 |
commit | f16f1e508f1d12164c4c25d9af110c8350a548fd (patch) | |
tree | 63477eeca808ce897d54b81ea49a4506af684334 /index.php | |
parent | 4ff703e9ab4e11f83e40b846e9177029fcae73b4 (diff) | |
download | nextcloud-server-f16f1e508f1d12164c4c25d9af110c8350a548fd.tar.gz nextcloud-server-f16f1e508f1d12164c4c25d9af110c8350a548fd.zip |
added option to load js files from php
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); |