diff options
| author | lonkaars <loek@pipeframe.xyz> | 2023-05-13 14:35:04 +0200 |
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2023-05-13 14:35:04 +0200 |
| commit | d99d91293fe9e9ad683bbd079848df4031f0a77a (patch) | |
| tree | 26b234f733248a3f22503f1fef7644c3bc739f0c /lib/db.php | |
| parent | b8e90ea5ea7c41444d7fbce6848e4c3cf37c87e5 (diff) | |
add links to admin pages + more login
Diffstat (limited to 'lib/db.php')
| -rw-r--r-- | lib/db.php | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1 +1,3 @@ -<?php $cursor = new mysqli("localhost", "loek", "", "webs"); ?> +<?php +$cursor = new mysqli("localhost", "loek", "", "webs"); +?> |