Files
fusionpbx/app/signup/config.php.dist

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 = "";
?>