mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
r329
Крон чуть проще git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@329 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
b894a7dcda
commit
7fc0ef113a
2 changed files with 5 additions and 6 deletions
|
@ -52,8 +52,8 @@ $bb_cfg = $tr_cfg = $page_cfg = array();
|
|||
|
||||
// Increase number of revision after update
|
||||
$bb_cfg['tp_version'] = '2.2 Beta';
|
||||
$bb_cfg['tp_release_state'] = 'R328';
|
||||
$bb_cfg['tp_release_date'] = '24-11-2011';
|
||||
$bb_cfg['tp_release_state'] = 'R329';
|
||||
$bb_cfg['tp_release_date'] = '25-11-2011';
|
||||
|
||||
// Database
|
||||
$charset = 'utf8';
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
<?php
|
||||
|
||||
define('START_CRON', true);
|
||||
$dirname = str_replace('\\', '/', __DIR__);
|
||||
if (substr($dirname, -1) != '/') $dirname .= '/';
|
||||
define('BB_ROOT', $dirname);
|
||||
define('BB_ROOT', dirname ( __FILE__ ) .'/');
|
||||
require(BB_ROOT. 'common.php');
|
||||
|
||||
require(BB_ROOT. 'common.php');
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue