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();