diff --git a/start.php b/start.php index 32c59545a..cae7a054e 100644 --- a/start.php +++ b/start.php @@ -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;