gpstools/config.dist.php
Klaus-Uwe Mitterer 72a37d9f1a Add auth
2017-10-05 14:43:11 +02:00

19 lines
337 B
PHP

<?php
$servername = "localhost";
$username = "username";
$password = "password";
$dbname = "database";
$endpoint = True;
$access = True;
$location = True;
$endpointverification = True;
$accessverification = True;
$locationverification = True;
$headercode = <<<EOD
<!-- Code displayed in header - use for analytics and stuff -->
EOD;