File "config.php"

Full Path: /home/analogde/www/Design/fileman/Fusion/formulaire_bootstrap/config.php
File size: 194 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
$con = mysqli_connect("localhost","root","","users");

// Check connection
if (mysqli_connect_errno())
  {
  echo "Failed to connect to MySQL: " . mysqli_connect_error();
  }
	
?>