mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-06-09 07:36:39 +00:00
5 lines
275 B
JavaScript
5 lines
275 B
JavaScript
(function() {var implementors = {};
|
|
implementors["db_core"] = [];
|
|
implementors["db_sqlx_maria"] = [];
|
|
implementors["db_sqlx_postgres"] = [];
|
|
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() |