mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 02:38:55 +00:00
Change reqid server to our own.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
INSERT IGNORE INTO `site` (`setting`, `value`) VALUES
|
||||
('request_url', 'http://reqid.newznab-tmux.pw/');
|
||||
UPDATE `tmux` SET `value` = '127' 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.6r0169';
|
||||
$tversion = '0.6r0171';
|
||||
|
||||
$buffer .= sprintf($this->tmpMasks[2],
|
||||
"Monitor $state v$tversion @ $this->_tvers [" . $this->_vers ."]: ",
|
||||
|
||||
Reference in New Issue
Block a user