cfg
Table of Contents
Constants
- K_ADMIN_LINK = 5
- Required user's level to display a link for administration area
- K_AUTH_PAGE_USER = 1
- Required user's level to access user page submenu
- K_AUTH_PUBLIC_INDEX = 1
- Required user's level to access index page.
- K_AUTH_PUBLIC_TEST_EXECUTE = 1
- Required user's level to execute a test
- K_AUTH_PUBLIC_TEST_INFO = 1
- Required user's level to view test general information
- K_AUTH_PUBLIC_TEST_RESULTS = 1
- Required user's level to view test results
- K_AUTH_SSL_LEVEL = \false
- Minimum page level for which a valid client SSL certificate is required.
- K_AUTH_SSLIDS = ''
- Comma separated lit of SSL certificates IDs required to access pages with K_AUTH_SSL_LEVEL level or more.
- K_AUTH_USER_CHANGE_EMAIL = 1
- Required user's level to change email
- K_AUTH_USER_CHANGE_PASSWORD = 1
- Required user's level to change password
- K_ENABLE_PUBLIC_PDF = \true
- Enable PDF results on public area.
- K_HIDE_EXPIRED_TESTS = \false
- If true hide the expired tests from index table.
- K_MAIN_PAGE = 'index.php'
- Main page (homepage).
- K_MAX_MEMORY_LIMIT = '32M'
- Max memory limit for a PHP script.
- K_MAX_ROWS_PER_PAGE = 50
- Max number of rows to display in tables.
- K_MAX_UPLOAD_SIZE = 1000000
- Max file size to be uploaded [bytes].
- K_PUBLIC_THEME = 'default'
- Theme for the public area
- K_SITE_AUTHOR = 'Nicola Asuni - Tecnick.com LTD'
- Default site author.
- K_SITE_DESCRIPTION = 'TCExam by Tecnick.com'
- Default site description.
- K_SITE_ICON = '../../favicon.ico'
- Path to default html icon.
- K_SITE_KEYWORDS = 'TCExam, eExam, e-exam, web, exam'
- Default keywords.
- K_SITE_REPLY = ''
- Default html reply-to meta tag.
- K_SITE_STYLE = \K_PATH_STYLE_SHEETS . \K_PUBLIC_THEME . '.css'
- Path to public CSS stylesheet for LTR languages.
- K_SITE_STYLE_RTL = \K_PATH_STYLE_SHEETS . \K_PUBLIC_THEME . '_rtl.css'
- Path to CSS stylesheet for RTL languages.
- K_SITE_TITLE = 'TCExam'
- Default site name.
Constants
K_ADMIN_LINK
Required user's level to display a link for administration area
public mixed K_ADMIN_LINK = 5
K_AUTH_PAGE_USER
Required user's level to access user page submenu
public mixed K_AUTH_PAGE_USER =
1
K_AUTH_PUBLIC_INDEX
Required user's level to access index page.
public mixed K_AUTH_PUBLIC_INDEX =
1
K_AUTH_PUBLIC_TEST_EXECUTE
Required user's level to execute a test
public mixed K_AUTH_PUBLIC_TEST_EXECUTE =
1
K_AUTH_PUBLIC_TEST_INFO
Required user's level to view test general information
public mixed K_AUTH_PUBLIC_TEST_INFO =
1
K_AUTH_PUBLIC_TEST_RESULTS
Required user's level to view test results
public mixed K_AUTH_PUBLIC_TEST_RESULTS =
1
K_AUTH_SSL_LEVEL
Minimum page level for which a valid client SSL certificate is required.
public mixed K_AUTH_SSL_LEVEL =
\false
Use false or a level above 10 to disable the control. Use 0 to enable for all area. Use 10 to enable just for the ADMIN pages.
K_AUTH_SSLIDS
Comma separated lit of SSL certificates IDs required to access pages with K_AUTH_SSL_LEVEL level or more.
public mixed K_AUTH_SSLIDS = ''
K_AUTH_USER_CHANGE_EMAIL
Required user's level to change email
public mixed K_AUTH_USER_CHANGE_EMAIL =
1
K_AUTH_USER_CHANGE_PASSWORD
Required user's level to change password
public mixed K_AUTH_USER_CHANGE_PASSWORD
= 1
K_ENABLE_PUBLIC_PDF
Enable PDF results on public area.
public mixed K_ENABLE_PUBLIC_PDF =
\true
K_HIDE_EXPIRED_TESTS
If true hide the expired tests from index table.
public mixed K_HIDE_EXPIRED_TESTS =
\false
K_MAIN_PAGE
Main page (homepage).
public mixed K_MAIN_PAGE = 'index.php'
K_MAX_MEMORY_LIMIT
Max memory limit for a PHP script.
public mixed K_MAX_MEMORY_LIMIT =
'32M'
K_MAX_ROWS_PER_PAGE
Max number of rows to display in tables.
public mixed K_MAX_ROWS_PER_PAGE =
50
K_MAX_UPLOAD_SIZE
Max file size to be uploaded [bytes].
public mixed K_MAX_UPLOAD_SIZE =
1000000
K_PUBLIC_THEME
Theme for the public area
public mixed K_PUBLIC_THEME =
'default'
K_SITE_AUTHOR
Default site author.
public mixed K_SITE_AUTHOR = 'Nicola Asuni -
Tecnick.com LTD'
K_SITE_DESCRIPTION
Default site description.
public mixed K_SITE_DESCRIPTION =
'TCExam by
Tecnick.com'
K_SITE_ICON
Path to default html icon.
public mixed K_SITE_ICON = '../../favicon.ico'
K_SITE_KEYWORDS
Default keywords.
public mixed K_SITE_KEYWORDS =
'TCExam,
eExam, e-exam, web, exam'
K_SITE_REPLY
Default html reply-to meta tag.
public mixed K_SITE_REPLY = ''
K_SITE_STYLE
Path to public CSS stylesheet for LTR languages.
public mixed K_SITE_STYLE = \K_PATH_STYLE_SHEETS .
\K_PUBLIC_THEME . '.css'
K_SITE_STYLE_RTL
Path to CSS stylesheet for RTL languages.
public mixed K_SITE_STYLE_RTL =
\K_PATH_STYLE_SHEETS .
\K_PUBLIC_THEME . '_rtl.css'
K_SITE_TITLE
Default site name.
public mixed K_SITE_TITLE = 'TCExam'