Approval.
This commit is contained in:
7
kn/research_status.php
Normal file
7
kn/research_status.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$research_status = array (
|
||||
'bad' => 'Not researched much',
|
||||
'medium' => 'Partly researched',
|
||||
'good' => 'Well researched',
|
||||
);
|
Reference in New Issue
Block a user