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:
parent
8bc545c6e2
commit
4ca53b633c
1 changed files with 1 additions and 1 deletions
|
@ -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 = '';
|
||||
|
|
Loading…
Reference in a new issue