clipbucket/upload/plugins/recaptcha/uninstall_recaptcha.php
2013-10-07 12:17:06 +00:00

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"));
?>