1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/joomla_ynh.git synced 2024-09-03 19:26:34 +02:00

dbprefix not empty

This commit is contained in:
jarod5001 2022-03-20 22:51:32 +01:00 committed by GitHub
parent 8bc545c6e2
commit 4ca53b633c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ class JConfig
public $user = '__DB_USER__'; // Database username
public $password = '__DB_PWD__'; // Database password
public $db = '__DB_NAME__'; // Database name
public $dbprefix = ''; // Any random string ending with _
public $dbprefix = 'ynh_'; // Any random string ending with _
public $dbencryption = 0;
public $dbsslverifyservercert = false;
public $dbsslkey = '';