mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
alt_auth - updated/enhanced - first cut ready for some proper testing
This commit is contained in:
5
e107_plugins/alt_auth/alt_auth_sql.php
Normal file
5
e107_plugins/alt_auth/alt_auth_sql.php
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE alt_auth (
|
||||
auth_type varchar(20) NOT NULL default '',
|
||||
auth_parmname varchar(30) NOT NULL default '',
|
||||
auth_parmval varchar(120) NOT NULL default ''
|
||||
) TYPE=MyISAM;
|
Reference in New Issue
Block a user