Change reqid server to our own.

This commit is contained in:
Darko
2015-04-09 12:49:24 +02:00
parent 71644436b1
commit ab12eec88a
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -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';
+1 -1
View File
@@ -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 ."]: ",
+1 -1
View File
@@ -40,7 +40,7 @@ if (count($nntpkill) !== 0) {
}
// Check database patch version
if ($patch < 125) {
if ($patch < 127) {
exit($c->error("\nYour database is not up to date. Please update.\nphp /var/www/newznab/misc/update_scripts/nix_scripts/tmux/lib/DB/patchDB.php\n"));
}