This commit is contained in:
Bashy 2026-05-03 20:56:15 +03:00
commit 60ca58f5ba
80 changed files with 9458 additions and 0 deletions

7
config/config.php Normal file
View file

@ -0,0 +1,7 @@
<?php
return [
'app_name' => 'HackmanCMS',
'db_path' => dirname(__DIR__) . '/data/hackmancms.sqlite',
'session_name' => 'hackmancms',
'session_lifetime' => 86400 * 30,
];