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/SBogers87/basephotography.nl/app/config/business.php
<?php

return [
    'name' => 'BASE Photography',
    'email' => 'info@basephotography.nl',
    'phone' => [
        'call' => '0031629296966',
        'display' => '06 29 29 69 66',
    ],

    'adress' => 'Wezelplein 2',
    'zip' => '5701 DD',
    'city' => 'Helmond',

    'social' => [
        'facebook' => 'https://www.facebook.com/basephotography',
        'twitter' => 'http://www.twitter.com/basgijselhart',
        'insta' => 'https://www.instagram.com/basephotography',
        'linkedin' => 'http://nl.linkedin.com/in/basgijselhart',
    ],

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