Esempio n. 1
0
/**
* This is the custom library.
*
* It is the sandbox for every Geeklog Admin to play in.
* The lib-custom.php as shipped will never contain required code,
* so it's safe to always use your own copy.
* This should hold all custom hacks to make upgrading easier.
*
*/
require_once $_CONF['path_system'] . 'lib-custom.php';
/**
* Session management library
*
*/
require_once $_CONF['path_system'] . 'lib-sessions.php';
TimeZoneConfig::setUserTimeZone();
if (COM_isAnonUser()) {
    $_USER['advanced_editor'] = $_CONF['advanced_editor'];
}
/**
* Ulf Harnhammar's kses class
*
*/
require_once $_CONF['path_system'] . 'classes/kses.class.php';
/**
* Multibyte functions
*
*/
require_once $_CONF['path_system'] . 'lib-mbyte.php';
// Set theme
$usetheme = '';