| Current Path : /home/happyrenas/old/happy-and-pay.fr/OLD/ |
Linux webd005.cluster105.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 |
| Current File : /home/happyrenas/old/happy-and-pay.fr/OLD/config.php |
<?php
if(!isset($_SESSION)) {session_start();}
ini_set('display_errors', 1);
error_reporting(E_ALL ^ E_NOTICE);
$nom_de_domaine="http://www.happy-rentals.com";
$nom_du_mail="contact@happy-rentals.com";
$nom_de_domaine_https="https://www.happy-rentals.com";
define('db_name', 'happyrenashappy');
define('db_user', 'happyrenashappy');
define('db_password', 'K4Pli74zZfv');
define('db_host', 'happyrenashappy.mysql.db');
include("includes/ez_sql_core.php");
include("includes/ez_sql_mysqli.php");
$db = new ezSQL_mysqli(db_user,db_password,db_name,db_host);
?>