mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 18:11:52 -04:00
Move HTTP auth to PHP
This commit is contained in:
parent
e290758a9a
commit
30442c0c62
11 changed files with 110 additions and 86 deletions
6
config/sql/se/FeedUserAgents.sql
Normal file
6
config/sql/se/FeedUserAgents.sql
Normal file
|
@ -0,0 +1,6 @@
|
|||
CREATE TABLE `FeedUserAgents` (
|
||||
`UserAgentId` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||||
`UserAgent` text NOT NULL,
|
||||
`Created` datetime NOT NULL,
|
||||
PRIMARY KEY (`UserAgentId`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
Loading…
Add table
Add a link
Reference in a new issue