libresign/bkp/dsv/appinfo/app.php
Vitor Mattos ce1c08ce26 backup
2021-01-07 13:57:24 -03:00

6 lines
246 B
PHP

<?php
if (false === (@include_once __DIR__.'/../lib/vendor/autoload.php')) {
throw new Exception('Cannot include autoload. Did you run install dependencies using composer?');
}
$app = \OC::$server->query(OCA\Dsv\AppInfo\Application::class);