check input

This commit is contained in:
3x0k1d 2025-05-05 08:05:22 +03:00
parent 3bc2b21c89
commit f5114399cb

View File

@ -5,7 +5,7 @@ include("utils.php");
$checker = new BaseModule( $checker = new BaseModule(
"dbase", "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.", "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(); $checker->printInfo();