Attendance-list/config.php.temp

6 lines
85 B
Plaintext
Raw Permalink Normal View History

2023-08-18 14:00:24 +00:00
<?php
$host = "localhost";
$db = "YOURDBNAME";
$dbUser = "root";
$dbPassword = "";
?>