You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-08-07 17:42:53 +03:00
bump minimum db version
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
$version = '3.2';
|
$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
|
* check_session
|
||||||
|
Reference in New Issue
Block a user