fix dbase

This commit is contained in:
3x0k1d 2025-05-05 08:03:13 +03:00
parent 2408a6d9e0
commit 3bc2b21c89

View File

@ -26,6 +26,7 @@ if (!file_exists($dbPath)){
$db = dbase_open($dbPath, 0) $db = dbase_open($dbPath, 0)
or die("Error! Unable to open database file '$dbPath'."); or die("Error! Unable to open database file '$dbPath'.");
$column_info = dbase_get_header_info($dbh); $column_info = dbase_get_header_info($db);
var_export($column_info); var_export($column_info);
dbase_close($db); dbase_close($db);