Exe Updates

This commit is contained in:
Image 2021-03-21 08:25:37 -04:00
parent 82ccc26642
commit 852f035b45
3 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,5 @@
CREATE TABLE `login_bannedips` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`ip` varchar(64) not null default '',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

Binary file not shown.

Binary file not shown.