View file iblog/lib/conn.php

File size: 94B
<?php

	$username = "root";
	$password = "";
	$db = "blog";
	$directory = "/blog/";

?>