View file mforum/inc.php

File size: 85B
<?php
	$dbhost="localhost";
	$dbuser="root";
	$dbpass="";
	$dbname="mforum";	
?>