8 lines
No EOL
206 B
PHP
8 lines
No EOL
206 B
PHP
<?php
|
|
|
|
//Insert Recaptcha field in configurations
|
|
|
|
$db->delete(tbl("config"),array("name"),array("reCaptcha_public_key"));
|
|
$db->delete(tbl("config"),array("name"),array("reCaptcha_private_key"));
|
|
|
|
?>
|