New change

This commit is contained in:
shobikaramasubbarayalu 2022-02-22 11:55:24 -05:00
parent 9ce1988889
commit a3cf13aefa
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ on:
branches:
- master
- test
- release-*
pull_request:
types: [opened, synchronize, reopened]
jobs:

View File

@ -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());