$db_passwd = '';
$db_prefix = 'jam_';
$db_persist = 0;
$db_error_send = 1;
########## Directories/Files ##########
# Note: These directories do not have to be changed unless you move things.
$boarddir = '/Library/WebServer/Documents/jam/forum'; # The absolute path to the forum's folder. (not just '.'!)
$sourcedir = '/Library/WebServer/Documents/jam/forum/Sources'; # Path to the Sources directory.
########## Error-Catching ##########
# Note: You shouldn't touch these settings.
$db_last_error = 1272348650;
# Make sure the paths are correct... at least try to fix them.
if (!file_exists($boarddir) && file_exists(dirname(__FILE__) . '/agreement.txt'))
$boarddir = dirname(__FILE__);
if (!file_exists($sourcedir) && file_exists($boarddir . '/Sources'))
$sourcedir = $boarddir . '/Sources';
?>
Notice: Undefined variable: maintenance in /Library/WebServer/Documents/jam/forum/index.php on line 58
Warning: Cannot modify header information - headers already sent by (output started at /Library/WebServer/Documents/jam/forum/Settings.php:8) in /Library/WebServer/Documents/jam/forum/Sources/Subs-Auth.php on line 211
Warning: Cannot modify header information - headers already sent by (output started at /Library/WebServer/Documents/jam/forum/Settings.php:8) in /Library/WebServer/Documents/jam/forum/Sources/Subs-Auth.php on line 212
Warning: Cannot modify header information - headers already sent by (output started at /Library/WebServer/Documents/jam/forum/Settings.php:8) in /Library/WebServer/Documents/jam/forum/Sources/Subs-Auth.php on line 213