New change
This commit is contained in:
parent
9ce1988889
commit
a3cf13aefa
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -4,6 +4,7 @@ on:
|
|||
branches:
|
||||
- master
|
||||
- test
|
||||
- release-*
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
jobs:
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
$conn = mysqli_connect($servername,$username,$password,$db);
|
||||
$conn = mysqli_connect($servername,$username,$password,$db);
|
||||
|
||||
|
||||
// Check connection
|
||||
if (!$conn) {
|
||||
die("Connection failed: " . mysqli_connect_error());
|
||||
|
|
Loading…
Reference in New Issue
Block a user