Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2014-09-15 18:55:21 +0400
committerLukas Reschke <lukas@owncloud.com>2014-09-15 18:55:21 +0400
commit3f855ff2ff6a02f9d61c311971a2b78909c75d20 (patch)
tree76f065db2a3943734417c7f5df4ecacaa537d42d /autoload.php
parent53862a41cf5f1383bffaa2e119733f627127f34c (diff)
Add ini-get-wrapper
See https://github.com/owncloud/core/issues/11074 for details
Diffstat (limited to 'autoload.php')
-rw-r--r--autoload.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload.php b/autoload.php
index 625a3ba2..6aafd25f 100644
--- a/autoload.php
+++ b/autoload.php
@@ -4,4 +4,4 @@
require_once __DIR__ . '/composer' . '/autoload_real.php';
-return ComposerAutoloaderInitf72f3ba725222a1af3d7e9738989ccc8::getLoader();
+return ComposerAutoloaderInitf5b9dc4f724f4063943305ad5d96f9a1::getLoader();