diff options
Diffstat (limited to 'ocs/providers.php')
-rw-r--r-- | ocs/providers.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ocs/providers.php b/ocs/providers.php index 79fc747c067..ded7680a2c7 100644 --- a/ocs/providers.php +++ b/ocs/providers.php @@ -23,6 +23,7 @@ * */ +require_once __DIR__ . '/../lib/versioncheck.php'; require_once __DIR__ . '/../lib/base.php'; header('Content-type: application/xml'); |