You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-08-01 21:06:51 +03:00
bump minimum db version
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
*/
|
||||
|
||||
$version = '3.2';
|
||||
$min_db_version = 1837; # update (at least) before a release with the latest function numbrer in upgrade.php
|
||||
$min_db_version = 1840; # update (at least) before a release with the latest function numbrer in upgrade.php
|
||||
|
||||
/**
|
||||
* check_session
|
||||
|
Reference in New Issue
Block a user