X-Git-Url: https://git.cyclocoop.org/%28%28?a=blobdiff_plain;f=maintenance%2Flag.php;h=410bf75655a355a89e242c2eab861660c53657e0;hb=7465a1b83d591c3594f931f43b3f3f97354dedda;hp=3df1169296b77a6d3e6e302aeb09c59f32aa7285;hpb=6e86a0bd34deb26fc6b2c7e9bc730fc9817df859;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/lag.php b/maintenance/lag.php index 3df1169296..410bf75655 100644 --- a/maintenance/lag.php +++ b/maintenance/lag.php @@ -21,7 +21,7 @@ * @ingroup Maintenance */ -require_once( __DIR__ . '/Maintenance.php' ); +require_once __DIR__ . '/Maintenance.php'; /** * Maintenance script to show database lag. @@ -68,4 +68,4 @@ class DatabaseLag extends Maintenance { } $maintClass = "DatabaseLag"; -require_once( RUN_MAINTENANCE_IF_MAIN ); +require_once RUN_MAINTENANCE_IF_MAIN;