gpstools/config.dist.php
2016-08-07 22:09:56 +02:00

9 lines
122 B
PHP

<?php
$servername = "localhost";
$username = "username";
$password = "password";
$dbname = "database";
$access = False;