7 lines
121 B
PHP
7 lines
121 B
PHP
<?php
|
|
|
|
return array(
|
|
'good' => 'All systems are functional.',
|
|
'bad' => 'Some systems are experiencing issues.',
|
|
);
|