Exponent v2.7.2

error.defaults.php

Table of Contents

HANDLE_PAGE_REDIRECTION  = '0'
REDIRECTION_LOG_LIMIT  = '30'
SESSION_TIMEOUT_HTML  = \exponent_unhtmlentities('<h3>Expired Login Session</h3>Your session has expired, because you were idle too long. You will have to log back into the system to continue what you were doing.')
SITE_403_FILE  = ''
SITE_403_REAL_HTML  = \exponent_unhtmlentities('<h3>Authorization Failed</h3>You are not allowed to perform this operation.')
SITE_404_FILE  = ''
SITE_404_HTML  = \exponent_unhtmlentities('The page you were looking for wasn&apos;t found. It may have been moved or deleted.')
SITE_404_TITLE  = 'Page Not Found'
SITE_500_FILE  = ''

Constants

HANDLE_PAGE_REDIRECTION

public mixed HANDLE_PAGE_REDIRECTION = '0'

SESSION_TIMEOUT_HTML

public mixed SESSION_TIMEOUT_HTML = \exponent_unhtmlentities('<h3>Expired Login Session</h3>Your session has expired, because you were idle too long. You will have to log back into the system to continue what you were doing.')

SITE_403_REAL_HTML

public mixed SITE_403_REAL_HTML = \exponent_unhtmlentities('<h3>Authorization Failed</h3>You are not allowed to perform this operation.')

SITE_404_HTML

public mixed SITE_404_HTML = \exponent_unhtmlentities('The page you were looking for wasn&apos;t found. It may have been moved or deleted.')

Search results