diff options
| author | lonkaars <loek@pipeframe.xyz> | 2023-05-09 14:50:10 +0200 |
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2023-05-09 14:50:10 +0200 |
| commit | 07d9bcf6b55a7aa866397def09c300347d9c88ea (patch) | |
| tree | b7734f271aba677228300eebd732e41302692c84 /public/db.php | |
| parent | 6d5c72f908e8f7c1c2b0defa696aad43c55fc1ba (diff) | |
WIP show cart count
Diffstat (limited to 'public/db.php')
| -rw-r--r-- | public/db.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/public/db.php b/public/db.php deleted file mode 100644 index 6d158b7..0000000 --- a/public/db.php +++ /dev/null @@ -1 +0,0 @@ -<?php $cursor = new mysqli("localhost", "loek", "", "webs"); ?> |