Merge pull request #45 from ionathanch/patch-1
Update ttrss-configure-db.php
This commit is contained in:
commit
b607371750
@ -3,8 +3,7 @@
|
||||
|
||||
include '/srv/ttrss-utils.php';
|
||||
|
||||
if (!env('TTRSS_PATH', ''))
|
||||
$confpath = '/var/www/ttrss/';
|
||||
$confpath = env('TTRSS_PATH', '/var/www/ttrss/');
|
||||
$conffile = $confpath . 'config.php';
|
||||
|
||||
$ename = 'DB';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user