added color default after fix message.

Signed-off-by: tracer <tracer@24unix.net>
This commit is contained in:
tracer 2022-02-27 18:26:06 +01:00
parent 54e18068ca
commit a3b8de848e
1 changed files with 1 additions and 1 deletions

View File

@ -477,7 +477,7 @@ class BindAPI
if ($create['header'] != 201) {
die("make error handling");
} else {
echo COLOR_GREEN . 'OK';
echo COLOR_GREEN . 'OK' . COLOR_DEFAULT;
}
}
break;