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
2014-12-17 22:55:53 +00:00

4 lines
No EOL
81 B
PHP

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