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/delete-user.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cli/delete-user.php') diff --git a/cli/delete-user.php b/cli/delete-user.php index 5e3eac90c..86424e9f7 100755 --- a/cli/delete-user.php +++ b/cli/delete-user.php @@ -2,6 +2,8 @@ db['type']); + $params = array( 'user:', ); -- cgit v1.2.3