Delete conn.php

This commit is contained in:
gapradana123 2022-12-12 17:24:42 +07:00 committed by GitHub
parent 434effca30
commit 4db881a650
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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