summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2019-01-26 22:28:48 +0000
committerGreg Roach <fisharebest@webtrees.net>2019-01-26 22:28:48 +0000
commitb9d625cfb750169222c58e8c31a7d528b7a58005 (patch)
tree623361f70071dc3ad945cbb0562492552c7ee8c4 /index.php
parentfc64bea31c394b5d683b44cd80e0c6b0bd37679b (diff)
downloadwebtrees-b9d625cfb750169222c58e8c31a7d528b7a58005.tar.gz
webtrees-b9d625cfb750169222c58e8c31a7d528b7a58005.tar.bz2
webtrees-b9d625cfb750169222c58e8c31a7d528b7a58005.zip
Restore middleware (removed for testing)
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 35f987d2a0..ab854ef6b1 100644
--- a/index.php
+++ b/index.php
@@ -257,7 +257,7 @@ try {
DebugBar::startMeasure('controller_action');
$middleware_stack = [
- //CheckForMaintenanceMode::class,
+ CheckForMaintenanceMode::class,
];
if (class_exists(DebugBar::class)) {