summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorRobin <robin@Amaya.(none)>2010-03-28 13:07:13 +0200
committerRobin <robin@Amaya.(none)>2010-03-28 13:07:13 +0200
commitf16f1e508f1d12164c4c25d9af110c8350a548fd (patch)
tree63477eeca808ce897d54b81ea49a4506af684334 /index.php
parent4ff703e9ab4e11f83e40b846e9177029fcae73b4 (diff)
downloadnextcloud-server-f16f1e508f1d12164c4c25d9af110c8350a548fd.tar.gz
nextcloud-server-f16f1e508f1d12164c4c25d9af110c8350a548fd.zip
added option to load js files from php
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php2
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);