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:
authorRobin <robin@Amaya.(none)>2010-03-28 15:07:13 +0400
committerRobin <robin@Amaya.(none)>2010-03-28 15:07:13 +0400
commitf16f1e508f1d12164c4c25d9af110c8350a548fd (patch)
tree63477eeca808ce897d54b81ea49a4506af684334 /index.php
parent4ff703e9ab4e11f83e40b846e9177029fcae73b4 (diff)
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);