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