mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
9 lines
180 B
Plaintext
9 lines
180 B
Plaintext
<?php
|
|
//Configs for this module... they'll need to be moved to the database
|
|
|
|
// Get a key from https://www.google.com/recaptcha/admin/create
|
|
$publickey = "";
|
|
$privatekey = "";
|
|
|
|
?>
|