11 lines
382 B
PHP
11 lines
382 B
PHP
<?php
|
|
return array(
|
|
"name" => __("MAPTCHA", "maptcha"),
|
|
"url" => "http://chyrplite.net/",
|
|
"version" => "2023.01",
|
|
"description" => __("Ask users to solve simple mathematics problems to prevent spam.", "maptcha"),
|
|
"author" => array(
|
|
"name" => "Daniel Pimley",
|
|
"url" => "http://www.pimley.net/"
|
|
)
|
|
); |