Skip to content
Snippets Groups Projects

OP#7365 PHP-8.1 - Upgrade - cronlog Viewer (monitors.ascii)https://projects.iml.unibe.ch/work_packages/7365

Merged Hahn Axel (hahn) requested to merge freshup-php into master
3 files
+ 5
4
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
2
@@ -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/',
],
*/
);
];
Loading