mirror of
https://github.com/YunoHost-Apps/webtrees_ynh.git
synced 2024-09-03 18:26:37 +02:00
7 lines
147 B
PHP
Executable file
7 lines
147 B
PHP
Executable file
; <?php exit; ?> DO NOT DELETE THIS LINE
|
|
dbhost="localhost"
|
|
dbport="3306"
|
|
dbuser="__dbuser__"
|
|
dbpass="__dbpass__"
|
|
dbname="__dbname__"
|
|
tblpfx="wt_"
|