khanat-opennel-code/code/nelns/login_system/www/config.php
kervala 47ccfe279a Changed: Don't use anymore the current SDK in registry (very unreliable)
Changed: Use the Windows SDK installed with VC++ or the most recent compatible one
2013-09-27 10:52:44 +02:00

25 lines
815 B
PHP

<?php
// This file contains all variables needed by other php scripts
// ----------------------------------------------------------------------------------------
// Variables for index.php
// ----------------------------------------------------------------------------------------
// where we can find the mysql database
$DBHost = "localhost";
$DBUserName = "nel";
$DBPassword = "";
$DBName = "nel";
// If true, the server will add automatically unknown user in the database
$AcceptUnknownUser = false;
// ----------------------------------------------------------------------------------------
// Variables for service_connection.inc
// ----------------------------------------------------------------------------------------
$LSHost = "compilo";
$LSPort = 49998;
?>