mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
r59
фикс имени и порта сервера в конфиге git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@59 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
a7ad150663
commit
a37284ccb9
1 changed files with 3 additions and 3 deletions
|
@ -57,7 +57,7 @@ $bb_cfg['css_ver'] = 1;
|
||||||
|
|
||||||
// Increase number of revision after update
|
// Increase number of revision after update
|
||||||
$bb_cfg['tp_version'] = '2.0.2';
|
$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['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
|
$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
|
define('COOKIE_DBG', 'bb_dbg'); // debug cookie name
|
||||||
|
|
||||||
// Server
|
// Server
|
||||||
$bb_cfg['server_name'] = 'torrentpier.me'; // The domain name from which this board runs
|
$bb_cfg['server_name'] = $_SERVER['SERVER_NAME']; // The domain name from which this board runs
|
||||||
$bb_cfg['server_port'] = 80; // The port your server is running on
|
$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['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
|
$bb_cfg['sitename'] = 'TorrentPier II - Torrent Tracker (see $bb_cfg[\'sitename\'] in config.php)'; // Name of your site
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue