clipbucket/upload/plugins/recaptcha_v2/install_recaptcha_v2.php
2018-04-13 14:56:33 +05:00

8 lines
No EOL
224 B
PHP
Executable file

<?php
//Insert Recaptcha field in configurations
$db->insert(tbl("config"),array("name","value"),array("recaptcha_v2_site_key",""));
$db->insert(tbl("config"),array("name","value"),array("recaptcha_v2_secret_key",""));
?>