khanat-opennel-code/code/nelns/login_system/www/config.php

26 lines
815 B
PHP
Raw Normal View History

2010-05-06 00:08:41 +00:00
<?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;
?>