mirror of
https://github.com/jakejarvis/jbb.git
synced 2025-04-26 02:15:22 -04:00
6 lines
202 B
PHP
Executable File
6 lines
202 B
PHP
Executable File
<?php
|
|
$sqlServer = ""; // 99% of the time: localhost
|
|
$sqlUsername = ""; // Your mySQL Username
|
|
$sqlPassword = ""; // Your mySQL Password
|
|
$sqlDatabase = ""; // Your mySQL Database
|
|
?>
|