Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Cronlog-viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
Cronlog-viewer
Commits
3a839a3a
Commit
3a839a3a
authored
6 months ago
by
Hahn Axel (hahn)
Browse files
Options
Downloads
Patches
Plain Diff
set version
parent
0fc1cf10
No related branches found
No related tags found
1 merge request
!18
OP#7365 PHP-8.1 - Upgrade - cronlog Viewer (monitors.ascii)https://projects.iml.unibe.ch/work_packages/7365
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+2
-1
2 additions, 1 deletion
.gitignore
config/inc_cronlog.php.dist
+2
-2
2 additions, 2 deletions
config/inc_cronlog.php.dist
index.php
+1
-1
1 addition, 1 deletion
index.php
with
5 additions
and
4 deletions
.gitignore
+
2
−
1
View file @
3a839a3a
...
...
@@ -3,4 +3,5 @@
/cronjobs.html
/winscp.rnd
config/inc_cronlog.php
/data__/
\ No newline at end of file
/data__/
allcronlogs/*
This diff is collapsed.
Click to expand it.
config/inc_cronlog.php.dist
+
2
−
2
View file @
3a839a3a
...
...
@@ -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/',
],
*/
)
;
]
;
This diff is collapsed.
Click to expand it.
index.php
+
1
−
1
View file @
3a839a3a
<?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'
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment