mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-24 04:01:31 +08:00
10 lines
156 B
PHP
10 lines
156 B
PHP
<?php
|
|
|
|
use Bootstrap\HttpKernel;
|
|
|
|
require '../bootstrap/Kernel.php';
|
|
require '../bootstrap/HttpKernel.php';
|
|
|
|
$kernel = new HttpKernel();
|
|
|
|
$kernel->handle(); |