clipbucket/upload/plugins/recaptcha/uninstall_recaptcha.php
Arslan Hassan 5b242a592d Fixed : Pakplayer Youtube Videos
Fixed : Get Video Function
Fixed : Pakplayer embed code
Added : Recaptcha
Fixed : Watch video user details
Fixed : Collection title in view_collection.php
2011-02-03 17:03:48 +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"));
?>