Skip to content

Commit

Permalink
Update config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitrist19 authored Sep 5, 2020
1 parent 2af6fb2 commit 99c6bde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

//SECURITY
//Recaptcha Settings (Recaptcha integration is still in beta phase and currently works only at the password change page)
$sitekey = '6Ld9E8IZAAAAAHKt9L-G08mZ_nKoLIq7jePIJozo'; //ENTER YOUR RECAPTCHA'S SITE KEY
$secretkey = '6Ld9E8IZAAAAAFTGpeJ6p2VXli7V-yy6dFrDlaWT'; //ENTER YOUR RECAPTCHA'S SECRET KEY
$sitekey = ''; //ENTER YOUR RECAPTCHA'S SITE KEY
$secretkey = ''; //ENTER YOUR RECAPTCHA'S SECRET KEY

//DEBUGGING
error_reporting(0); //Set to -1 if you want to see php errors


//DON'T EDIT
$conn = mysqli_connect("{$dbhost}", "{$dbuser}", "{$dbpass}", "{$dbname}") or die("Connection Error: " . mysqli_error($conn));
?>
?>

0 comments on commit 99c6bde

Please sign in to comment.