Files
firstgarden-web-gnu/manager/lib/connect.php

3 lines
77 B
PHP

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