3 // This file contains all variables needed by other php scripts
5 // ----------------------------------------------------------------------------------------
6 // Variables for index.php
7 // ----------------------------------------------------------------------------------------
9 // where we can find the mysql database
10 $DBHost = "localhost";
15 // If true, the server will add automatically unknown user in the database
16 $AcceptUnknownUser = false;
18 // ----------------------------------------------------------------------------------------
19 // Variables for service_connection.inc
20 // ----------------------------------------------------------------------------------------