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/SBogers95/rentman.io/resources/lang/en/errors.php
<?php

return [
    'errorCode' => 'Error code',
    'backHome' => 'Back to home',

    '400' => 'An incorrect request has been made.',
    '401' => 'You do not have the rights to visit this page.',
    '403' => 'You do not have the right authorisation to visit this page.',
    '404' => 'Oops! We cannot seem to find the page you requested.',
    '500' => 'An internal error has occurred. Sorry for the inconvenience.',
    '501' => 'The server doesn\'t support this request',
    '503' => 'Service is temporarily unavailable',

    'default' => 'An internal error has occurred. Sorry for the inconvenience.',

];