mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-07-26 09:42:01 -07:00
17 lines
265 B
PHP
17 lines
265 B
PHP
<?php
|
|
|
|
//MySQL setup
|
|
|
|
|
|
|
|
$sqlhost = "localhost";
|
|
$sqluser = "user";
|
|
$sqlpass = "password";
|
|
$dbname = "BASE";
|
|
|
|
|
|
$boardname = "Default";
|
|
$boardtitle = "This file isn't actually used";
|
|
$siteurl = "http://sorry.to.disappoi.nt";
|
|
$sitename = "Oh well";
|