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