= 5.2.3, this will be passed to mysql_set_charset(). * Note that mysql_set_charset() also requires MySQL >= 5.0.7 * For PHP < 5.2.3, this will be passed to SET NAMES. */define('DB_CHARSET', 'utf8');/** * SWIFT LOCALE * Used for setlocale() statement. Decides the naming scheme of the date names * http://www.php.net/setlocale */define('SWIFT_LOCALE', 'en_EN');/** * ELEVATED PERMISSION USERS * The specified users will be able to import LoginShare plugins, execute test queries or export the database through the admin control panel. Please specify the username to add a user with elevated permissions. * Example: SWIFT::Set('elevatedusers', array('admin', 'johndoe', 'jaydoe')); */SWIFT::Set('elevatedusers', array('admin'));/** * DEFAULT ADMIN LANGUAGE */define('LANGUAGE_ADMIN', 'en-us');/** * DEFAULT CLIENT AREA THEME */define('THEME_CLIENT', 'default');/** * DEFAULT ADMIN AREA THEME */define('THEME_ADMIN', 'default');/** * DISABLE SESSION IP CHECKS */define('SESSION_IPCHECK', false);/** * CHANGE THIS ONLY BEFORE SETUP, DONT CHANGE AFTER SWIFT HAS BEEN INSTALLED */define('TABLE_PREFIX', 'sw');/** * ENABLE IP RESTRICTION: This option allows you to restrict the admin,staff,winapp,mobile,pda interfaces to a certain IP range * 202.1.192.0-202.1.192.255: a range of IPs * 200.36.161.0/24: a range of IP by using net masking * 200.36.161/24: a shorten syntax similar to the above. * Example: SWIFT::Set('iprestrict', array('202.1.192.0-202.1.192.255', '200.36.161.0/24')); */SWIFT::Set('iprestrict', array());/** * ENABLE AD