Skip to content

Commit 1071502

Browse files
committed
empty db added
1 parent b43ed0b commit 1071502

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

db.php

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
3+
// use your own db authorization please
4+
5+
6+
// if ($conn->connect_error) {
7+
// echo "no connection";
8+
// } else {
9+
// echo "yes connection";
10+
// }

0 commit comments

Comments
 (0)