clipbucket/upload/plugins/recaptcha_v2/uninstall_recaptcha_v2.php

8 lines
202 B
PHP
Raw Permalink Normal View History

2018-04-13 14:56:33 +05:00
<?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"));
?>