Update status.php
[clinton/MarylandElectronicPetitionSignature.git] / secure.php
1 <?PHP
2 // Fill out and store This file in the directory outside webroot
3 $host = '';
4 $user = '';
5 $pass = '';
6 $db_name = '';
7 $petition = mysqli_connect($host,$user,$pass,$db_name) or die("Error " . mysqli_error($petition));
8 global $twillo_account;
9 global $twillo_key;
10 $twillo_key = '';
11 $twillo_account = '';
12 global $arcgis_key;
13 $arcgis_key = '';