clipbucket/upload/plugins/recaptcha_v2/install_recaptcha_v2.php

8 lines
224 B
PHP
Raw Normal View History

2018-04-13 14:56:33 +05:00
<?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",""));
?>