Skip to content
Snippets Groups Projects
Commit 3a839a3a authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

set version

parent 0fc1cf10
Branches
No related tags found
1 merge request!18OP#7365 PHP-8.1 - Upgrade - cronlog Viewer (monitors.ascii)https://projects.iml.unibe.ch/work_packages/7365
This commit is part of merge request !18. Comments created here will be created in the context of that merge request.
......@@ -3,4 +3,5 @@
/cronjobs.html
/winscp.rnd
config/inc_cronlog.php
/data__/
\ No newline at end of file
/data__/
allcronlogs/*
......@@ -16,7 +16,7 @@
*
* it is included by classes/cronlog.class.php
*/
return array(
return [
// starting directory with all servers cronwrapper logs
'sDatadir'=>'__APPDIR__/data',
......@@ -46,4 +46,4 @@ return array(
'Extern'=>'https://cronlogs.extern.example.com/',
],
*/
);
];
<?php
define("APP_VERSION", '2.1.4');
define("APP_VERSION", '2.2.0');
require_once('classes/render-adminlte.class.php');
require_once('classes/cronlog-renderer.class.php');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment