Merge pull request #45 from ionathanch/patch-1

Update ttrss-configure-db.php
This commit is contained in:
x86dev 2021-02-23 11:02:33 +01:00 committed by GitHub
commit b607371750
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,7 @@
include '/srv/ttrss-utils.php'; include '/srv/ttrss-utils.php';
if (!env('TTRSS_PATH', '')) $confpath = env('TTRSS_PATH', '/var/www/ttrss/');
$confpath = '/var/www/ttrss/';
$conffile = $confpath . 'config.php'; $conffile = $confpath . 'config.php';
$ename = 'DB'; $ename = 'DB';