summaryrefslogtreecommitdiff
path: root/public/index.php
diff options
context:
space:
mode:
authorGeo Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-05-17 18:43:07 +0300
committerGeo Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-05-17 18:43:07 +0300
commitd827d5345f778bb9a481e916666c540801108d18 (patch)
treee65a311623a1bb6f54ba3808d0f3e6bd4257a327 /public/index.php
parentc870b0f4bb688d58575c700f523972bd5cf1be55 (diff)
downloadgyraf1gov-d827d5345f778bb9a481e916666c540801108d18.tar.gz
gyraf1gov-d827d5345f778bb9a481e916666c540801108d18.tar.bz2
gyraf1gov-d827d5345f778bb9a481e916666c540801108d18.zip
framework documenting and cleaning
Diffstat (limited to 'public/index.php')
-rw-r--r--public/index.php4
1 files changed, 2 insertions, 2 deletions
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