clipbucket/upload/plugins/recaptcha/uninstall_recaptcha.php

8 lines
206 B
PHP
Raw Normal View History

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