This commit is contained in:
genuineparts 2025-06-22 16:46:02 +02:00
parent d0921a44cd
commit 976ab4a5b0
2 changed files with 2 additions and 2 deletions

View file

@ -155,7 +155,7 @@ $root = $_SERVER['DOCUMENT_ROOT'] . $config['path'];
*/
require dirname(__FILE__, 2) .'/inc/lang.class.php';
$lang=new lang();
$lang->setlang($config['lang']);
/**
* Check if we have a Theme variable and the Theme exists

View file

@ -257,7 +257,7 @@ DROP TABLE IF EXISTS `as_sessions`;
CREATE TABLE IF NOT EXISTS `as_sessions` (
`sid` varchar(32) NOT NULL default '',
`uid` int(10) unsigned NOT NULL default '0',
`ip` varchar(40) NOT NULL default '',
`ip` VARBINARY(16) NOT NULL,
`time` bigint(30) NOT NULL default '0',
`location` varchar(150) NOT NULL default '',
`useragent` varchar(100) NOT NULL default '',