8 lines
No EOL
202 B
PHP
Executable file
8 lines
No EOL
202 B
PHP
Executable file
<?php
|
|
|
|
//Insert Recaptcha field in configurations
|
|
|
|
$db->delete(tbl("config"),array("name"),array("recaptcha_v2_site_key"));
|
|
$db->delete(tbl("config"),array("name"),array("recaptcha_v2_secret_key"));
|
|
|
|
?>
|