From d42b4c299c7400d728a7a6eeeabe6f0f4ac3f169 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Fri, 5 Feb 2021 22:21:31 +0100 Subject: Add requirements check in CLI (#3410) * Add requirements check in CLI #fix https://github.com/FreshRSS/FreshRSS/issues/1853 * More checks #fix https://github.com/FreshRSS/FreshRSS/issues/1853 --- cli/_update-or-create-user.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cli/_update-or-create-user.php') diff --git a/cli/_update-or-create-user.php b/cli/_update-or-create-user.php index 2b01fd011..9ccc0dce8 100644 --- a/cli/_update-or-create-user.php +++ b/cli/_update-or-create-user.php @@ -1,6 +1,8 @@ db['type']); + $params = array( 'user:', 'password:', -- cgit v1.2.3