5 lines
187 B
PHP
5 lines
187 B
PHP
if (!`select count(*) FROM INFORMATION_SCHEMA.PLUGINS WHERE PLUGIN_NAME='qa_auth_interface' and PLUGIN_LIBRARY LIKE 'qa_auth_interface%'`) {
|
|
--skip Need the plugin qa_auth_interface
|
|
}
|
|
|