Unifying things
This commit is contained in:
parent
1599a338e5
commit
8f0808b9ff
22 changed files with 110 additions and 76 deletions
|
@ -575,7 +575,7 @@ $config[\'db_class\']= \'' . $driver . '\';
|
|||
/*
|
||||
This file was created by the Installer. Don\'t touch it unless you have a very good reason to do so.
|
||||
*/
|
||||
if(!defined("in_astat")){
|
||||
if(!defined("INBCWE")){
|
||||
die();
|
||||
}
|
||||
// your Database Server (most likely localhost)
|
||||
|
|
|
@ -261,7 +261,7 @@ CREATE TABLE IF NOT EXISTS `as_sessions` (
|
|||
`ip` VARBINARY(16) NOT NULL,
|
||||
`time` bigint(30) NOT NULL default '0',
|
||||
`location` varchar(150) NOT NULL default '',
|
||||
`useragent` varchar(100) NOT NULL default '',
|
||||
`useragent` text NOT NULL,
|
||||
`anonymous` int(1) NOT NULL default '0',
|
||||
`nopermission` int(1) NOT NULL default '0',
|
||||
PRIMARY KEY (`sid`),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue