This commit is contained in:
lq 2024-05-20 13:42:57 +08:00
parent 130f84e7af
commit 9be1dcc161
5 changed files with 12 additions and 3775 deletions

View File

@ -4,9 +4,9 @@ return [
'default' => [
'driver' => 'mysql',
'host' => 'localhost',
'database' => 'saiadmin',
'username' => 'root',
'password' => '123456',
'database' => 'blog',
'username' => 'blog',
'password' => 'fj6edWTinXimLpiT',
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_general_ci',
'prefix' => 'eb_',

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +1,9 @@
<?php return array(
'root' => array(
'name' => 'baihand/web',
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'reference' => null,
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '130f84e7af1d5776025c72999e97d393276ada14',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@ -11,9 +11,9 @@
),
'versions' => array(
'baihand/web' => array(
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'reference' => null,
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '130f84e7af1d5776025c72999e97d393276ada14',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),

View File

@ -3,10 +3,11 @@
// platform_check.php @generated by Composer
$issues = array();
if (!(PHP_VERSION_ID >= 80200)) {
$issues[] = 'Your Composer dependencies require a PHP version ">= 8.1.0". You are running ' . PHP_VERSION . '.';
$issues[] = 'Your Composer dependencies require a PHP version ">= 8.2.0". You are running ' . PHP_VERSION . '.';
}
$issues = [];
if ($issues) {
if (!headers_sent()) {
header('HTTP/1.1 500 Internal Server Error');