forked from mrlan/LRR
Remove file Connect.php.
parent
1abe47788c
commit
25a1431ba8
16
Connect.php
16
Connect.php
|
@ -1,16 +0,0 @@
|
|||
<?php
|
||||
session_start();
|
||||
|
||||
|
||||
|
||||
$con=mysqli_connect("localhost","username","password","lrr");
|
||||
// Check connection
|
||||
if (mysqli_connect_errno())
|
||||
{
|
||||
echo "Failed to connect to MySQL: " . mysqli_connect_error();
|
||||
}
|
||||
else
|
||||
{
|
||||
echo "Connected";
|
||||
}
|
||||
|
Loading…
Reference in New Issue