This repository has been archived on 2022-10-28. You can view files and clone it, but cannot push or open issues or pull requests.
Barclays-openminds/connect.php

4 lines
81 B
PHP

<?php
$conn = mysqli_connect(#NOPE#);
mysqli_select_db($conn, 'serverlist');
?>