first commit
This commit is contained in:
7
plugins/system/basicauth/install.postgresql.sql
Normal file
7
plugins/system/basicauth/install.postgresql.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