Init
This commit is contained in:
commit
60ca58f5ba
80 changed files with 9458 additions and 0 deletions
7
config/config.php
Normal file
7
config/config.php
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
return [
|
||||
'app_name' => 'HackmanCMS',
|
||||
'db_path' => dirname(__DIR__) . '/data/hackmancms.sqlite',
|
||||
'session_name' => 'hackmancms',
|
||||
'session_lifetime' => 86400 * 30,
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue