kukkubukku/index.sh

27 lines
381 B
Bash
Raw Permalink Normal View History

2022-01-09 20:07:48 +00:00
#!/bin/bash
2022-01-09 20:33:20 +00:00
. shochu/utils.sh
. shochu/uri.sh
. shochu/router.sh
. shochu/mysql.sh
. shochu/cookies.sh
. shochu/sessions.sh
2022-01-09 20:33:20 +00:00
. shochu/shinden/engine.sh
2022-01-09 20:07:48 +00:00
. utils/auth.sh
. utils/headers.sh
. data/users.sh
2022-03-30 18:41:59 +00:00
. data/recipes.sh
. controller/users.sh
. controller/home.sh
. controller/backend.sh
2022-03-30 18:41:59 +00:00
. credentials.sh
2022-01-09 20:07:48 +00:00
connect "$mysqlHost" "$mysqlUser" "$mysqlPassword" "$mysqlDB"
router