mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 05:43:55 -07:00
r535
Откат config.php к R533 (кроме номера ревизии) git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@535 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
40a0142396
commit
d3316da1c4
1 changed files with 47 additions and 1 deletions
|
@ -1,5 +1,51 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Database
|
||||||
|
* Cache
|
||||||
|
- Tracker Cache
|
||||||
|
- Forum Cache
|
||||||
|
- Session Cache
|
||||||
|
- Datastore
|
||||||
|
* Tracker
|
||||||
|
* Torrents
|
||||||
|
- Ratio limits
|
||||||
|
- Seeding torrents limit
|
||||||
|
- DL-Status (days to keep)
|
||||||
|
- Tor-Stats (days to keep)
|
||||||
|
- Tor-Help
|
||||||
|
* Path
|
||||||
|
* Language
|
||||||
|
* Templates
|
||||||
|
* Cookie
|
||||||
|
* Server
|
||||||
|
- Server load
|
||||||
|
- Backup
|
||||||
|
- GZip
|
||||||
|
* Sessions
|
||||||
|
* Registration
|
||||||
|
* Email
|
||||||
|
* AJAX
|
||||||
|
* Debug
|
||||||
|
* Special users (dbg_users, unlimited_users, super_admins)
|
||||||
|
* LOG
|
||||||
|
* Error reporting
|
||||||
|
|
||||||
|
* Subforums
|
||||||
|
* Forums
|
||||||
|
* Topics
|
||||||
|
* Posts
|
||||||
|
* Search
|
||||||
|
* Actions log
|
||||||
|
* Users
|
||||||
|
* GroupCP
|
||||||
|
|
||||||
|
* Ads
|
||||||
|
* Misc
|
||||||
|
* Captcha
|
||||||
|
|
||||||
|
**/
|
||||||
|
|
||||||
if (!defined('BB_ROOT')) die(basename(__FILE__));
|
if (!defined('BB_ROOT')) die(basename(__FILE__));
|
||||||
|
|
||||||
$bb_cfg = $tr_cfg = $page_cfg = array();
|
$bb_cfg = $tr_cfg = $page_cfg = array();
|
||||||
|
@ -11,7 +57,7 @@ $domain_name = (!empty($_SERVER['SERVER_NAME'])) ? $_SERVER['SERVER_NAME'] : $do
|
||||||
// Increase number of revision after update
|
// Increase number of revision after update
|
||||||
$bb_cfg['tp_version'] = '2.5 (unstable)';
|
$bb_cfg['tp_version'] = '2.5 (unstable)';
|
||||||
$bb_cfg['tp_release_date'] = '03-08-2013';
|
$bb_cfg['tp_release_date'] = '03-08-2013';
|
||||||
$bb_cfg['tp_release_state'] = 'R534';
|
$bb_cfg['tp_release_state'] = 'R535';
|
||||||
|
|
||||||
// Database
|
// Database
|
||||||
$charset = 'utf8';
|
$charset = 'utf8';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue