mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Audit logs will be automatically cleaned up after 90 days (new installs) or 7 years (existing installs). This is configurable in Settings > Security.
9 lines
182 B
PHP
9 lines
182 B
PHP
<?php
|
|
/*
|
|
* ITFlow
|
|
* This file defines the current "latest" database version
|
|
* It is used in conjunction with database_updates.php
|
|
*/
|
|
|
|
DEFINE("LATEST_DATABASE_VERSION", "1.4.2");
|