Your IP : 216.73.217.93


Current Path : /home/sunflowe/www/calendar/
Upload File :
Current File : /home/sunflowe/www/calendar/config.php

<?php 
// FICHIER DE CONFIGURATION
//*************************************
//$_INTRANET = true;
$_INTRANET = false;
//*************************************
if ($_INTRANET) {
  $dbhost="localhost";
  $dbname="locations";
  $dbuser="root";
  $dbpass="";
} else {
  $dbhost="mysql5-4";
  $dbname="sunflowerental";
  $dbuser="sunflowerental";
  $dbpass="39gBakZ5";
}
$dbcon = mysql_connect($dbhost, $dbuser, $dbpass);
mysql_select_db($dbname, $dbcon);

//*************************************
//Autres Variables 
//*************************************
$t_calendrier = "calendrier";
$t_clients = "clients";
$t_login = "login";
$t_maisons = "maisons";
$t_origine = "origine";
$t_finances = "finances";
$t_proprietaire = "proprietaire";
$t_sejours = "sejours";
$t_siteweb = "siteweb";
$t_typepaye = "typepaye";
$t_typesejour = "typesejour";
?>