Delete conn.php

This commit is contained in:
gapradana123 2022-12-12 17:30:27 +07:00 committed by GitHub
parent 5416e92b4b
commit 73d968de86
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();
}