фикс имени и порта сервера в конфиге git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@59 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
torrent.rus.ec@gmail.com 2011-07-02 14:38:41 +00:00
commit a37284ccb9

View file

@ -57,7 +57,7 @@ $bb_cfg['css_ver'] = 1;
// Increase number of revision after update
$bb_cfg['tp_version'] = '2.0.2';
$bb_cfg['tp_release_state'] = 'TP II r57';
$bb_cfg['tp_release_state'] = 'TP II r59';
$bb_cfg['tp_release_date'] = '02-07-2011';
$bb_cfg['board_disabled_msg'] = 'форум временно отключен'; // 'forums temporarily disabled'; // show this msg if board has been disabled via ON/OFF trigger
@ -268,8 +268,8 @@ $bb_cfg['cookie_prefix'] = 'bb_'; # 'bb_'
define('COOKIE_DBG', 'bb_dbg'); // debug cookie name
// Server
$bb_cfg['server_name'] = 'torrentpier.me'; // The domain name from which this board runs
$bb_cfg['server_port'] = 80; // The port your server is running on
$bb_cfg['server_name'] = $_SERVER['SERVER_NAME']; // The domain name from which this board runs
$bb_cfg['server_port'] = $_SERVER['SERVER_PORT']; // The port your server is running on
$bb_cfg['script_path'] = '/'; // The path where FORUM is located relative to the domain name
$bb_cfg['sitename'] = 'TorrentPier II - Torrent Tracker (see $bb_cfg[\'sitename\'] in config.php)'; // Name of your site