mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Patch number
This commit is contained in:
@@ -14,7 +14,7 @@ $tmux = $t->get();
|
||||
$patch = (isset($tmux->sqlpatch)) ? $tmux->sqlpatch : 0;
|
||||
|
||||
// Check database patch version
|
||||
if ($patch < 30) {
|
||||
if ($patch < 31) {
|
||||
exit($c->error("\nYour database is not up to date. Please update.\nphp ${DIR}/lib/DB/patchDB.php\n"));
|
||||
}
|
||||
$tmux_session = (isset($tmux->tmux_session)) ? $tmux->tmux_session : 0;
|
||||
|
||||
Reference in New Issue
Block a user