19 lines
No EOL
351 B
PHP
Executable file
19 lines
No EOL
351 B
PHP
Executable file
<?php
|
|
if(!defined('IN_CLIPBUCKET'))
|
|
exit('Invalid access');
|
|
|
|
$userquery->admin_login_check();
|
|
$pages->page_redir();
|
|
|
|
if(!defined('MAIN_PAGE')){
|
|
define('MAIN_PAGE', 'reCaptcha v2');
|
|
}
|
|
if(!defined('SUB_PAGE')){
|
|
define('SUB_PAGE', "ReCaptcha v2 docs");
|
|
}
|
|
|
|
|
|
|
|
subtitle("Documentation");
|
|
template_files(RECAPTCHA_V2_DIR.'/admin/recaptchav2_doc.html');
|
|
?>
|