Constants
Search API
Primary tabs
|
Name |
Location | Description |
|---|---|---|
| FLIGHTPATH_CORE |
./ |
|
| FLIGHTPATH_VERSION |
./ |
|
| FP_HASH_COUNT |
includes/ |
The standard log2 number of iterations for password stretching. This should increase by 1 every major FlightPath version in order to counteract increases in the speed and power of computers available to crack the hashes. |
| FP_HASH_LENGTH |
includes/ |
The expected (and maximum) number of characters in a hashed password. |
| FP_MAX_HASH_COUNT |
includes/ |
The maximum allowed log2 number of iterations for password stretching. |
| FP_MIN_HASH_COUNT |
includes/ |
The minimum allowed log2 number of iterations for password stretching. |
| MENU_ACCESS_DENIED |
./ |
|
| MENU_NOT_FOUND |
./ |
|
| MENU_TYPE_CALLBACK |
./ |
|
| MENU_TYPE_NORMAL_ITEM |
./ |
|
| MENU_TYPE_SUB_TAB |
./ |
|
| MENU_TYPE_TAB |
./ |
|
| WATCHDOG_ALERT |
./ |
|
| WATCHDOG_DEBUG |
./ |
|
| WATCHDOG_ERROR |
./ |
|
| WATCHDOG_NOTICE |
./ |
