mirror of
https://github.com/YunoHost-Apps/tiki_ynh.git
synced 2024-09-04 01:15:54 +02:00
[KIL] Remove unused local.php file
This commit is contained in:
parent
90ba25272e
commit
7b7a682b67
1 changed files with 0 additions and 8 deletions
|
@ -1,8 +0,0 @@
|
||||||
<?php
|
|
||||||
$db_tiki='mysql';
|
|
||||||
$dbversion_tiki='8.0';
|
|
||||||
$host_tiki='localhost';
|
|
||||||
$user_tiki='__DB_NAME__';
|
|
||||||
$pass_tiki='__DB_PWD__';
|
|
||||||
$dbs_tiki='tiki_80';
|
|
||||||
$client_charset='utf8mb4';
|
|
Loading…
Reference in a new issue