From 300f22163b1d5ca8bd25f0fa46e7683f57b7bab6 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 10 Aug 2015 16:46:00 +0200 Subject: add console command to verify installation --- appinfo/application.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'appinfo/application.php') diff --git a/appinfo/application.php b/appinfo/application.php index 0e1029ef4..616526405 100644 --- a/appinfo/application.php +++ b/appinfo/application.php @@ -44,6 +44,10 @@ class Application extends App { parent::__construct('news', $urlParams); $container = $this->getContainer(); + $container->registerParameter('fileChecksums', file_get_contents( + __DIR__ . '/checksum.json' + )); + /** * Mappers -- cgit v1.2.3