Delete conn.php

This commit is contained in:
gapradana123
2022-12-12 17:30:27 +07:00
committed by GitHub
parent 5416e92b4b
commit 73d968de86

View File

@@ -1,10 +0,0 @@
<?php
$connect = new mysqli("localhost","root","","validator");
if($connect){
}else{
echo "Connection Failed";
exit();
}