summaryrefslogtreecommitdiff
path: root/recaptcha-php/keys.php.example
blob: 4355a6c0b5fc56d3df85c9f87895ed22330f31fa (plain) (blame)
1
2
3
4
5
<?php
	// Put the keys you got from the signup page
	$publickey      = "";
	$privatekey     = "";
?>