Bugfixes
This commit is contained in:
parent
d0921a44cd
commit
976ab4a5b0
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue