first commit
This commit is contained in:
7
plugins/system/basicauth/install.mysql.sql
Normal file
7
plugins/system/basicauth/install.mysql.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- Enable the plugin:
|
||||
|
||||
UPDATE `#__extensions`
|
||||
SET `enabled` = 1
|
||||
WHERE `type` = 'plugin'
|
||||
AND `folder` = 'system'
|
||||
AND `element` = 'basicauth';
|
||||
Reference in New Issue
Block a user