<?php

// File: mainfile.php.
// Created: 01-03-2010 02:29:42.
// Modified: 01-03-2010 02:29:42.
// Program: NukeViet CMS v2.0 RC3.
// Website: www.nukeviet.vn.
// Do not change anything in this file!

define('NV_MAINFILE', true);
define('NV_ANTIDOS', true);

$datafold = "includes/data";

if (file_exists("$datafold/antidos.php")) {
	include("$datafold/antidos.php");
} elseif(file_exists("../$datafold/antidos.php")) {
	include("../$datafold/antidos.php");
}

$dbhost = "localhost";
$dbname = "nv2rc3";

$dbuname="root"; 
$dbpass = "vertrigo"; 

$prefix = "nukeviet";
$user_prefix = "nukeviet";
$dbtype = "MySQL";
$sitekey = "8to28,u@:6cb*iu2s&a34_";

@require_once("includes/functions/mainfile.php");

?>