8 lines
No EOL
224 B
PHP
Executable file
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",""));
|
|
|
|
?>
|