<?php
/**
*  Copyright 2008 Grestul Group
*  Powered by Grestul
**/

// Please use the visual Installer to install this software
// If Grestul is already installed please use the admin panel
// to modify some of this information
$domain='http://www.secretariadeambiente.gov.co/comments';
$host='localhost';
$dbuser='admin_uno';
$dbpass='SDA2008';
$dbname='uno';
include (
'config.inc.php');
 
?>