From d827d5345f778bb9a481e916666c540801108d18 Mon Sep 17 00:00:00 2001 From: Geo Halkiadakis Date: Wed, 17 May 2023 18:43:07 +0300 Subject: framework documenting and cleaning --- public/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public/index.php') diff --git a/public/index.php b/public/index.php index c0b0b68..10029c5 100644 --- a/public/index.php +++ b/public/index.php @@ -57,7 +57,7 @@ if (!PRODUCTION) Benchmark::add_spot('start'); // benchmark request's life // Initialize Application -// finalize framework; handle credentials; setup app-engine; insert routes +// finalize framework; setup app-engine; insert routes; investigate request // ----------------------------------------------------------------------------- require_once APPLICATION_BOOTSTRAP; @@ -71,5 +71,5 @@ Route::run(Registry::get('REQUEST')); // Run baby, run! if (!PRODUCTION) Benchmark::add_spot('end'); // request ended -if (!PRODUCTION) Benchmark::render_report(); // echo benchmark report +if (!PRODUCTION) echo( Benchmark::report()); // echo benchmark report ob_flush(); // flush output -- cgit v1.2.3