HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/franciscaansebeweging.komma.pro/app/config/business.php
<?php

return [

    'googlex' => '51.689165',
    'googley' => '5.297515',
    'webshopLink' => 'http://shop.franciscaansebeweging.nl',

    'contactPersons' => [
        [
            'name' => 'thomas',
            'mail' => 'thontelez@franciscaansebeweging.nl',
        ],
        //        [
        //            'name' => 'mieke',
        //            'mail' => 'mdorssers@franciscaansebeweging.nl'
        //        ],
        [
            'name' => 'lilian',
            'mail' => 'lvanzeist@franciscaansebeweging.nl',
        ],
        [
            'name' => 'melissa',
            'mail' => 'mschilderink@franciscaansebeweging.nl',
        ],
        //        [
        //            'name' => 'machteld',
        //            'mail' => 'mtouwen@franciscaansebeweging.nl'
        //        ],
    ],

    'travelContactPerson' => [
        'slug' => 'lilian',
        'name' => 'Lilian',
        'fullName' => 'Lilian',
    ],

    'subscribeWebshopLink' => 'http://shop.franciscaansebeweging.nl/a-54440562/word-lid/lidmaatschap/',
    'becomeMemberWebshopLink' => 'http://shop.franciscaansebeweging.nl/a-54440665/word-vriend/vriend-van-vrede-en-alle-goeds/',

    'admin_emails' => 'support@komma.pro',
    'send_errors'  => [404, 500],
];