first commit

This commit is contained in:
2021-12-26 20:47:31 +08:00
commit 386ce0b3de
55 changed files with 27107 additions and 0 deletions

13
config.php Executable file
View File

@@ -0,0 +1,13 @@
<?php
$GLOBALS['config'] = [
'name' => '白云图书馆',
'database' => [
'host' => 'mysql',
'database' => 'books',
'username' => 'books_user',
'password' => 'JVjZ*34%C#FdH!Tz'
],
'salt' => 'Baiyun Library Management System: ',
'timezone' => 'Asia/Shanghai',
'environment' => 'development'
];