From 8316b2b9ab7385c922fe44234da3e27a32c38d7f Mon Sep 17 00:00:00 2001 From: 3x0k1d <3x0k1d@gmail.com> Date: Mon, 5 May 2025 07:53:36 +0300 Subject: [PATCH] fix --- 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 d1b79aa..1eaab54 100644 --- a/checkers/php-dbase.php +++ b/checkers/php-dbase.php @@ -9,7 +9,7 @@ $checker = new BaseModule( $checker->printInfo(); -$dbPath = 'tmp/test.dbf'; +$dbPath = '/tmp/test.dbf'; $def = array( array("date", "D"),