Files
firstgarden-web-gnu/adm/fg_admin/lib/connect.php

3 lines
77 B
PHP

<?php
$conn=mysqli_connect($DB['host'],$DB['user'],$DB['pass'],$DB['name']);