2nd attempt at this one! Similar to #1008 but separately defining the roles, modules and associated permissions in the database. Also has admin being a defined role automatically having full access. Parent issue: #530
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.5.0");
|