toolbox-aoaostar/plugin/CheckCaptcha.php

9 lines
85 B
PHP

<?php
namespace plugin;
interface CheckCaptcha
{
const CHECK_CAPTCHA = true;
}