View Source
The actual code behind this page. No minification. No transpilation. What you see is what runs.
|
| $_envBP = getenv('BASE_PATH'); |
| define('BASE_PATH', $_envBP !== false ? rtrim($_envBP, '/') : ''); |
| unset($_envBP); |
| define('CACHE_DIR', __DIR__ . '/../../cache'); |
| define('CACHE_TTL_FEED', 300); // 5 min for RSS |
| define('CACHE_TTL_WEATHER', 600); // 10 min for weather |
dispelled