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