11 lines
134 B
PHP
11 lines
134 B
PHP
<?php
|
|
|
|
return array(
|
|
'status' => array(
|
|
1 => 'Investigating',
|
|
2 => 'Identified',
|
|
3 => 'Watching',
|
|
4 => 'Fixed'
|
|
)
|
|
);
|