Jump to content

constants.php


Will Munny

Recommended Posts

OK thanks. While we're at it, is there anything else here surplus to requirements?. . .

 

<?php
$INFO['sql_driver']            =    'mysql';
$INFO['sql_host']            =    'localhost';
$INFO['sql_database']            =    'Random';
$INFO['sql_user']            =    'Pol_Pot';
$INFO['sql_pass']            =    'Obviously-this-was-removed-before-posting-but-thanks-for-looking-anyway';
$INFO['sql_tbl_prefix']            =    'ibf_';
$INFO['sql_debug']            =    '1';
$INFO['board_start']            =    '1100191212';
$INFO['installed']            =    '1';
$INFO['php_ext']            =    'php';
$INFO['safe_mode']            =    '0';
$INFO['board_url']            =    'https://example.com;
$INFO['banned_group']            =    '5';
$INFO['admin_group']            =    '4';
$INFO['guest_group']            =    '2';
$INFO['member_group']            =    '3';
$INFO['auth_group']            =    '1';
$INFO['use_friendly_urls']            =    '1';
$INFO['sql_charset']                    =       'utf8';
$INFO['_jsDebug']            =    '0';
$INFO['mysql_tbl_type']            =    'MyISAM';

define('IN_DEV', 0);

?>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...