From f5114399cb64029aefac538930364b441cdefd2d Mon Sep 17 00:00:00 2001 From: 3x0k1d <3x0k1d@gmail.com> Date: Mon, 5 May 2025 08:05:22 +0300 Subject: [PATCH] check input --- checkers/php-dbase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkers/php-dbase.php b/checkers/php-dbase.php index 0c6ce1b..cbc717a 100644 --- a/checkers/php-dbase.php +++ b/checkers/php-dbase.php @@ -5,7 +5,7 @@ include("utils.php"); $checker = new BaseModule( "dbase", "The dbase extension allows PHP to interact with dBASE database files, which are commonly used for managing data in flat file formats. This extension provides functions for reading, writing, and manipulating dBASE database files, which are often used in legacy systems.", - ""); + "Checks if a dBASE database file exists. If not, it creates a new one with a predefined structure" ); $checker->printInfo();