<?php
if (eregi("config.php", $_SERVER['PHP_SELF'])) { die(); }
// Site Url
// Example how to enter website adress : $site_url = 'http://www.asistenta.info';
//
$site_url = 'http://www.changeme.com';
// Database Details
$DB_USER = 'database username';
$DB_PASS = 'the password';
$DB_NAME = 'the database name';
$DB_HOST = 'localhost';
?>