Initial commit

This commit is contained in:
2026-06-13 10:54:54 +07:00
commit fb63e876ea
41 changed files with 2473 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<?php
$conn = new mysqli(
"sql306.infinityfree.com",
"if0_42162175",
"O7J3BDbiaJoXo2S",
"if0_42162175_spbu_db"
);
if ($conn->connect_error) {
die($conn->connect_error);
}
?>