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