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/SBogers106/rvt-trainingen.nl/app/config/business.php
<?php

return [
    'name' => 'RVT',
    'business-name' => 'Realistische VeiligheidsTrainingen',
    'email' => 'info@rvt-trainingen.nl',

    'adres' => 'Lindenlaan 20',
    'city' => 'Leende',
    'country' => 'Nederland',
    'zip' => '5595 AM',

    'contact-person' => 'Marian Cardinaal - Litjens',

    'phone' => [
        'call' => '0031655348462',
        'display' => '+31 (0)6 - 55 34 84 62',
    ],

    'phone_alt' => [
        'call' => '0031683241272',
        'display' => '+31 (0)6 - 83 24 12 72',
    ],

    'facebook' => '',
    'linkedin' => '',
    'instagram' => '',
    'youtube' => '',
    'twitter' => '',

    'kvk' => '72033339',
    'bank' => '',
    'btw' => '',

    'admin_emails' => 'support@komma.pro'
];