mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 17:28:55 +00:00
Add the missing patch.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `tmux` WHERE `setting` = 'max_load';
|
||||
DELETE FROM `tmux` WHERE `setting` = 'max_load_releases';
|
||||
UPDATE `tmux` set `value` = '112' where `setting` = 'sqlpatch';
|
||||
@@ -117,7 +117,7 @@ class TmuxOutput extends Tmux
|
||||
$buffer = '';
|
||||
$state = ($this->runVar['settings']['is_running'] == 1) ? 'Running' : 'Disabled';
|
||||
//$version = $this->_tvers . 'r' . $this->_vers;
|
||||
$tversion = '0.5r01135';
|
||||
$tversion = '0.5r01137';
|
||||
|
||||
$buffer .= sprintf($this->tmpMasks[2],
|
||||
"Monitor $state v$tversion @ $this->_tvers [" . $this->_vers ."]: ",
|
||||
|
||||
Reference in New Issue
Block a user