diff options
Diffstat (limited to 'public/db.php')
-rw-r--r-- | public/db.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/db.php b/public/db.php new file mode 100644 index 0000000..6d158b7 --- /dev/null +++ b/public/db.php @@ -0,0 +1 @@ +<?php $cursor = new mysqli("localhost", "loek", "", "webs"); ?> |