Update secure.php
[clinton/MarylandElectronicPetitionSignature.git] / secure.php
index b9e19ae..aae7914 100644 (file)
@@ -4,7 +4,7 @@ $host = '';
 $user = '';
 $pass = '';
 $db_name = '';
-$core = mysqli_connect($host,$user,$pass,$db_name) or die("Error " . mysqli_error($core));
+$petition = mysqli_connect($host,$user,$pass,$db_name) or die("Error " . mysqli_error($petition));
 global $twillo_account;
 global $twillo_key;
 $twillo_key = '';