mirror of
https://github.com/sigmasternchen/kukkubukku
synced 2025-03-14 23:08:54 +00:00
added empty index file and htaccess
This commit is contained in:
parent
93f2f20b37
commit
b59bc5437b
4 changed files with 18 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
credentials.sh
|
1
.htaccess
Normal file
1
.htaccess
Normal file
|
@ -0,0 +1 @@
|
|||
FallbackResource "index.sh"
|
6
credentials.sh.templ
Normal file
6
credentials.sh.templ
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
mysqlHost=
|
||||
mysqlDB=
|
||||
mysqlUser=
|
||||
mysqlPassword=
|
10
index.sh
Executable file
10
index.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
. base.sh
|
||||
. mysql.sh
|
||||
. credentials.sh
|
||||
. shinden/engine.sh
|
||||
|
||||
connect "$mysqlHost" "$mysqlUser" "$mysqlPassword" "$mysqlDB"
|
||||
|
||||
router
|
Loading…
Reference in a new issue