From 6f5edf132c4cdf1ef5a681f5a6d72216df394e4a Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 12 Jul 2018 13:40:15 +0200 Subject: [PATCH] monitoring: Introduce run.php and provide the new ApplicationStateHook fixes #3523 --- modules/monitoring/run.php | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 modules/monitoring/run.php diff --git a/modules/monitoring/run.php b/modules/monitoring/run.php new file mode 100644 index 000000000..50f715589 --- /dev/null +++ b/modules/monitoring/run.php @@ -0,0 +1,6 @@ +provideHook('ApplicationState');