From fbeefadb5cedce378e697eed639e4d084944a4ea Mon Sep 17 00:00:00 2001 From: 3x0k1d <3x0k1d@gmail.com> Date: Mon, 5 May 2025 07:51:51 +0300 Subject: [PATCH] check --- checkers/php-dbase.php | 5 +++-- utils.php | 4 ++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/checkers/php-dbase.php b/checkers/php-dbase.php index 10010a3..d1b79aa 100644 --- a/checkers/php-dbase.php +++ b/checkers/php-dbase.php @@ -1,5 +1,6 @@ Error! Unable to create database

"; } } diff --git a/utils.php b/utils.php index 323eccc..71c3055 100644 --- a/utils.php +++ b/utils.php @@ -11,4 +11,8 @@ function printModuleInfo($module_name) : void { echo '

'. $module_name .":"; echo '' . 'Click ' . `

`; } +} + +function printTextLine($text,$color ='black') : void { + echo '

' . $text .'

'; } \ No newline at end of file