From a52df5cad2f9853514988b1bb43b07e812bb9316 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 21 Oct 2014 11:11:20 +0200 Subject: move config class into config folder --- appinfo/install.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 appinfo/install.php (limited to 'appinfo/install.php') diff --git a/appinfo/install.php b/appinfo/install.php new file mode 100644 index 000000000..572f21fff --- /dev/null +++ b/appinfo/install.php @@ -0,0 +1,22 @@ + + * @author Bernhard Posselt + * @copyright Alessandro Cosentino 2012 + * @copyright Bernhard Posselt 2012, 2014 + */ + +namespace OCA\News\AppInfo; + +use \OCA\News\Config\DependencyException; + + +// check for correct app dependencies and fail if possible +$container = new Application(); +$config = $container->getAppConfig(); +$config->testDependencies(); \ No newline at end of file -- cgit v1.2.3