File "variables.php"

Full Path: /home/refref/public_html/tag/referate/includes/variables.php
File size: 286 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

	//database configuration
	ini_set("error_reporting", E_ALL);
	$host       = "127.0.0.1";
	$user       = "refref_appadi";
	$pass       = "123123ZZ";
	$database   = "refref_appref";
	
	$connect    = new mysqli($host, $user, $pass,$database) or die("Error : ".mysql_error());
	
?>