1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tiki_ynh.git synced 2024-09-04 01:15:54 +02:00

Merge pull request #15 from tiki-jyhem/2023-06-09_remove_useless_local.php

[KIL] Remove unused local.php file
This commit is contained in:
Alexandre Aubin 2023-06-24 01:33:12 +02:00 committed by GitHub
commit 82155fbdb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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';