gpstools/config.dist.php

19 lines
337 B
PHP
Raw Normal View History

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
$endpoint = True;
2017-10-05 12:43:11 +00:00
$access = True;
$location = True;
$endpointverification = True;
$accessverification = True;
$locationverification = True;
$headercode = <<<EOD
<!-- Code displayed in header - use for analytics and stuff -->
EOD;