Update secure.php
authorPatrick McGuire <insidenothing@gmail.com>
Thu, 2 Jul 2020 13:30:37 +0000 (09:30 -0400)
committerGitHub <noreply@github.com>
Thu, 2 Jul 2020 13:30:37 +0000 (09:30 -0400)
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 = '';