update thống kê

This commit is contained in:
2020-10-16 11:35:29 +07:00
parent 53de75104e
commit 4ba094ab24
16 changed files with 526 additions and 80 deletions

View File

@@ -7,9 +7,9 @@ $db = require __DIR__ . '/db.php';
$config = [
'id' => 'basic',
'homeUrl' => ['/dashboard'],
'name' => 'AIParking Traffic',
'defaultRoute' => 'dashboard',
'homeUrl' => ['/staff'],
'name' => 'Access Control',
'defaultRoute' => 'staff',
'basePath' => dirname(__DIR__),
'bootstrap' => ['log'],
'timeZone' => 'Asia/Ho_Chi_Minh',