- Removed obsolete code which avoids endless redirect and dublicate filter-chain call
- Added to load ext-timezone (badly hardcoded) to have timezone set on some servers
- TODOs.txt updated
./beg.php:165: // @TODO Opps, what is missing here???
./birthday_confirm.php:95: // @TODO Try to rewrite the following unset()
./inc/autopurge/purge-inact.php:57: // @TODO Rewrite these if() blocks to a filter
-./inc/cache/config-local.php:126:// @TODO Rewrite the following three constants, somehow...
./inc/classes/cachesystem.class.php:474: // @TODO Add support for more types which break in last else-block
./inc/config-functions.php:141: // @TODO Make this all better... :-/
./inc/expression-functions.php:166:// @TODO FILTER_COMPILE_CONFIG does not handle call-back functions so we handle it here again
die();
} // END - if
+// Load extension timezone
+loadExtension('timezone', 'test');
+
+// Set config entry
+setConfigEntry('timezone', 'Europe/Berlin');
+
+// And init timezone
+FILTER_INIT_TIMEZONE();
+
// Init variables
$GLOBALS['install_mysql'] = array();
if ((isPostRequestParameterSet('mysql')) && (is_array(postRequestParameter('mysql')))) {
// Load cache
loadIncludeOnce('inc/load_cache.php');
-
- // Run the init filter chain
- runFilterChain('init');
-
- // Are we installation routine?
- if ((!isInstalling()) && (!isCssOutputMode()) && (!isRawOutputMode())) {
- // You have to install first!
- redirectToUrl('install.php');
- } // END - if
}
// Handle fatal errors