| 554 |
|
=== Constants Used ===
|
| 555 |
|
|
| 556 |
|
|
| |
555 |
===Constants Used===
|
| |
556 |
|
| |
557 |
#|
|
| |
558 |
*| Constant | Type | Purpose |*
|
| |
559 |
|| ##IN_WACKO## | bool | Security check (exit if not defined) ||
|
| |
560 |
|| ##CHMOD_SAFE## | int | File permissions for cache files ||
|
| |
561 |
|| ##CHMOD_FILE## | int | File permissions for config cache ||
|
| |
562 |
|| ##CACHE_PAGE_DIR## | string | Page cache directory ||
|
| |
563 |
|| ##CACHE_SESSION_DIR## | string | Session cache directory ||
|
| |
564 |
|| ##CACHE_CONFIG_DIR## | string | Config cache directory ||
|
| |
565 |
|| ##CONFIG_DIR## | string | Configuration directory ||
|
| |
566 |
|| ##LANG_DIR## | string | Language files directory ||
|
| |
567 |
|| ##DAYSECS## | int | Seconds in a day (86400) ||
|
| |
568 |
|| ##HTTP_404## | string | Path to 404 error page ||
|
| |
569 |
|| ##HTTP_403## | string | Path to 403 error page ||
|
| |
570 |
|#
|
| |
571 |
|
| |
572 |
----
|