tce_general_constants.php

tce_general_constants.php source file reference

Package: com\tecnick\tcexam\shared\cfg

Tags

  • file: Configuration file for general constants.
  • author: Nicola Asuni
  • since: 2002-03-01

Constants

K_KEY_SECURITY

File: tce_general_constants.php line 102

public mixed K_KEY_SECURITY = 'VENFeGFtIChjKSAyMDA0LTIwMjAgTmljb2xhIEFzdW5pIC0gVGVjbmljay5jb20gLSB0Y2V4YW0uY29t'

K_MAX_TESTS_DAY

File: tce_general_constants.php line 48

public mixed K_MAX_TESTS_DAY = \false

false = unlimited

K_MAX_TESTS_MONTH

File: tce_general_constants.php line 42

public mixed K_MAX_TESTS_MONTH = \false

false = unlimited

K_MAX_TESTS_YEAR

File: tce_general_constants.php line 36

public mixed K_MAX_TESTS_YEAR = \false

false = unlimited

K_NEWLINE

File: tce_general_constants.php line 62

public mixed K_NEWLINE = "\n"

K_RANDOM_SECURITY

File: tce_general_constants.php line 30

public mixed K_RANDOM_SECURITY = 'CHANGE_THIS_K_RANDOM_SECURITY'

SECURITY: this value MUST be unique and secret for every installation. The installer (install/tce_functions_install.php) replaces the placeholder below with a random value. If it is left at the shipped placeholder (or the historical default), the security sensitive result-access token check fails closed - see F_isRandomSecurityConfigured().

K_REMAINING_TESTS

File: tce_general_constants.php line 53

public mixed K_REMAINING_TESTS = \false

K_SECONDS_IN_DAY

File: tce_general_constants.php line 82

public mixed K_SECONDS_IN_DAY = 24 * \K_SECONDS_IN_HOUR

K_SECONDS_IN_HOUR

File: tce_general_constants.php line 77

public mixed K_SECONDS_IN_HOUR = 60 * \K_SECONDS_IN_MINUTE

K_SECONDS_IN_MINUTE

File: tce_general_constants.php line 72

public mixed K_SECONDS_IN_MINUTE = 60

K_SECONDS_IN_MONTH

File: tce_general_constants.php line 92

public mixed K_SECONDS_IN_MONTH = 30 * \K_SECONDS_IN_DAY

K_SECONDS_IN_WEEK

File: tce_general_constants.php line 87

public mixed K_SECONDS_IN_WEEK = 7 * \K_SECONDS_IN_DAY

K_SECONDS_IN_YEAR

File: tce_general_constants.php line 97

public mixed K_SECONDS_IN_YEAR = 365 * \K_SECONDS_IN_DAY

K_TAB

File: tce_general_constants.php line 67

public mixed K_TAB = "\t"