clipbucket/upload/plugins/recaptcha/install_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
308 B
PHP

<?php
//Insert Recaptcha field in configurations
$db->insert(tbl("config"),array("name","value"),array("reCaptcha_public_key","6LcQI8ESAAAAALN1vYQovst9c6nlU52iHdqWExp8"));
$db->insert(tbl("config"),array("name","value"),array("reCaptcha_private_key","6LcQI8ESAAAAALc_oz1xuNsBVRNx554CaJHjcoXt"));
?>