From dc45fa044c140a6dd755cfcd055ba92aa84d8cd2 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Sun, 4 May 2014 15:24:19 +0200 Subject: [PATCH] Patch number --- start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;