Merge branch 'master' into added-print-topic

This commit is contained in:
Roman Kelesidis 2023-02-27 17:52:57 +07:00 committed by GitHub
commit 36a731f11b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 44 additions and 79 deletions

View file

@ -62,7 +62,7 @@ switch ($mode) {
exec("indexer --config {$bb_cfg['sphinx_config_path']} --all --rotate", $result);
if (!is_file($bb_cfg['sphinx_config_path'] . ".log")) {
file_put_contents($bb_cfg['sphinx_config_path'] . ".log", "####Logger from dimka3210.####" . date("H:i:s", TIMENOW) . "##############################\r\n\r\n\r\n\r\n", FILE_APPEND);
file_put_contents($bb_cfg['sphinx_config_path'] . ".log", "##############################" . date("H:i:s", TIMENOW) . "##############################\r\n\r\n\r\n\r\n", FILE_APPEND);
}
file_put_contents($bb_cfg['sphinx_config_path'] . ".log", "##############################" . date("H:i:s", TIMENOW) . "##############################\r\n", FILE_APPEND);

View file

@ -21,8 +21,8 @@ $bb_cfg = [];
$bb_cfg['js_ver'] = $bb_cfg['css_ver'] = 1;
// Version info
$bb_cfg['tp_version'] = '2.3.0.3';
$bb_cfg['tp_release_date'] = '18-02-2023';
$bb_cfg['tp_version'] = '2.3.0.4-beta';
$bb_cfg['tp_release_date'] = '22-02-2023';
$bb_cfg['tp_release_codename'] = 'Bison';
// Database