mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
8 lines
102 B
PHP
8 lines
102 B
PHP
<?php
|
|
|
|
use CodeIgniter\CLI\CLI;
|
|
|
|
CLI::error('ERROR: ' . $code);
|
|
CLI::write($message);
|
|
CLI::newLine();
|