<?php

// CSC 0.1.0 manually-generated config file
// Rename file to csc_conf.php after edit

$csc_version = "0.1.0";

$dbhost = 'localhost';
$dbname = 'amx';
$dbuser = 'amx';
$dbpasswd = 'password of amx user';

$csc_moder = 'cfj';
$csc_oper  = 'cefhij';
$csc_admin = 'abcdcefghijklu';

function get_challenge()
{
	#echo "CSCChallenge" . rand() . $_SERVER["REMOTE_ADDR"] . time();
	return md5("CSCChallenge" . rand() . $_SERVER["REMOTE_ADDR"] . time());
}

?>
