params.php 598 Bytes
<?php
return [
    'adminEmail' => 'admin@example.com',
    'ukrSeeds' => [
        0 => 'Economix Flora 70x120',
        1 => 'GoldenGarden Novik Flowers 80x150',
        2 => 'GoldenGarden Novik Vegetables 80x150',
        3 => 'GoldenGarden Novik Giant 115x165',
        4 => 'UkrSeeds Novik Giant 115x165',
        5 => 'UkrSeeds Novik Mini 70x120',
        6 => 'UkrSeeds Novik Vegetables 80x150',
        7 => 'UkrSeeds Novik Flowers 80x150',
        8 => 'UkrSeeds Tek Vegetables 80x150',
        9 => 'UkrSeeds Flora Mini 70x120',
        10 => 'UkrSeeds Flora Vegetables 80x150',
    ]
];