From ecfe4744711d796ac792ff1dcbed85ca0e476b90 Mon Sep 17 00:00:00 2001 From: Steevan Date: Mon, 29 Apr 2019 19:08:52 +0200 Subject: [PATCH] Add stats.php --- web/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/index.php b/web/index.php index 97e7d5d..f621b27 100644 --- a/web/index.php +++ b/web/index.php @@ -9,3 +9,5 @@ $config = require __DIR__ . '/../config/web.php'; (new yii\web\Application($config))->run(); + +// require phpbenchmarks stats.php here when needed