no reason to have 3 digit version numbers
This commit is contained in:
parent
848af5f994
commit
d08863962a
|
@ -1,12 +1,12 @@
|
|||
Version 1.0.1 -- 2023-10-14
|
||||
Version 1.1 -- 2023-10-14
|
||||
----------------------------
|
||||
- Change require_once function.inc.php for /admin/admin.php to work properly
|
||||
- Change ADMIN_RIGHTS to ADMIN_ROLD in conf.php-sample
|
||||
- Change templates/menu.tpl to display the proper options for ADMINISTRATOR
|
||||
- Change setup.php to look for PDO, remove get_magic_quotes_gpc
|
||||
- Remove MSQLI_REPORT_ references
|
||||
- Bump version to 1.0.1
|
||||
- Bump version to 1.1
|
||||
|
||||
Version 1.0.0 -- 2022-08-18
|
||||
Version 1.0 -- 2022-08-18
|
||||
----------------------------
|
||||
- Initial public release of OpenSMTPD Admin.
|
||||
|
|
|
@ -12,7 +12,7 @@ if (preg_match("/functions.inc.php/", $_SERVER['SCRIPT_NAME'])) {
|
|||
die();
|
||||
}
|
||||
|
||||
DEFINE("VERSION", "version 1.0.1");
|
||||
DEFINE("VERSION", "version 1.1");
|
||||
DEFINE('ROOT_PATH', dirname(__FILE__) . DIRECTORY_SEPARATOR);
|
||||
require_once ROOT_PATH . 'conf.php';
|
||||
|
||||
|
|
Loading…
Reference in New Issue