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

set version

parent 0fc1cf10
No related branches found
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
...@@ -3,4 +3,5 @@ ...@@ -3,4 +3,5 @@
/cronjobs.html /cronjobs.html
/winscp.rnd /winscp.rnd
config/inc_cronlog.php config/inc_cronlog.php
/data__/ /data__/
\ No newline at end of file allcronlogs/*
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
* *
* it is included by classes/cronlog.class.php * it is included by classes/cronlog.class.php
*/ */
return array( return [
// starting directory with all servers cronwrapper logs // starting directory with all servers cronwrapper logs
'sDatadir'=>'__APPDIR__/data', 'sDatadir'=>'__APPDIR__/data',
...@@ -46,4 +46,4 @@ return array( ...@@ -46,4 +46,4 @@ return array(
'Extern'=>'https://cronlogs.extern.example.com/', 'Extern'=>'https://cronlogs.extern.example.com/',
], ],
*/ */
); ];
<?php <?php
define("APP_VERSION", '2.1.4'); define("APP_VERSION", '2.2.0');
require_once('classes/render-adminlte.class.php'); require_once('classes/render-adminlte.class.php');
require_once('classes/cronlog-renderer.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.
Finish editing this message first!
Please register or to comment