mirror of
https://github.com/serialexperiments0815/SerialsEnforcingInterface.git
synced 2026-07-12 15:32:29 +00:00
6 lines
No EOL
105 B
Text
6 lines
No EOL
105 B
Text
<?php
|
|
$host = "localhost";
|
|
$user = "root";
|
|
$password = "";
|
|
$db = "serial_enforcing_interface_database"
|
|
?> |