2016-01-15 07:11:36 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
$servername = "localhost";
|
|
|
|
$username = "username";
|
|
|
|
$password = "password";
|
|
|
|
$dbname = "database";
|
2016-08-07 20:09:56 +00:00
|
|
|
|
2016-08-14 21:58:17 +00:00
|
|
|
$endpoint = True;
|
2017-10-05 12:43:11 +00:00
|
|
|
$access = True;
|
|
|
|
$location = True;
|
|
|
|
|
|
|
|
$endpointverification = True;
|
|
|
|
$accessverification = True;
|
|
|
|
$locationverification = True;
|
2016-11-05 20:41:51 +00:00
|
|
|
|
|
|
|
$headercode = <<<EOD
|
|
|
|
<!-- Code displayed in header - use for analytics and stuff -->
|
|
|
|
EOD;
|