diff options
author | Frank Karlitschek <frank@dev.(none)> | 2010-03-17 00:04:05 +0100 |
---|---|---|
committer | Frank Karlitschek <frank@dev.(none)> | 2010-03-17 00:04:05 +0100 |
commit | bd24415ced6d437481566888127a66ecbf901e22 (patch) | |
tree | 0e4795ef12a358f4f1080c4c3815b9d810d66ba1 /plugins | |
parent | 2aef090ac5d779f6e1162ee7eb4e0ae29ec1c12d (diff) | |
download | nextcloud-server-bd24415ced6d437481566888127a66ecbf901e22.tar.gz nextcloud-server-bd24415ced6d437481566888127a66ecbf901e22.zip |
update includes
Diffstat (limited to 'plugins')
-rwxr-xr-x | plugins/music/index.php | 2 | ||||
-rwxr-xr-x | plugins/test/index.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/music/index.php b/plugins/music/index.php index f9a7c8a2e88..737b9ff79c6 100755 --- a/plugins/music/index.php +++ b/plugins/music/index.php @@ -22,7 +22,7 @@ */ -require_once('../../config/config.php'); +require_once('../../inc/lib_base.php'); OC_UTIL::showheader(); diff --git a/plugins/test/index.php b/plugins/test/index.php index f9a7c8a2e88..737b9ff79c6 100755 --- a/plugins/test/index.php +++ b/plugins/test/index.php @@ -22,7 +22,7 @@ */ -require_once('../../config/config.php'); +require_once('../../inc/lib_base.php'); OC_UTIL::showheader(); |