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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
Cronlog-viewer
Compare revisions
9abc69d1f42e7356a3a6b5d8f05d2b0b305a32c7 to dc133ce2bb02e6e18815d1cf4b1c52c027eba19b
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
iml-open-source/cronlog-viewer
Select target project
No results found
dc133ce2bb02e6e18815d1cf4b1c52c027eba19b
Select Git revision
Branches
master
update-renderer-class
2 results
Swap
Target
iml-open-source/cronlog-viewer
Select target project
iml-open-source/cronlog-viewer
1 result
9abc69d1f42e7356a3a6b5d8f05d2b0b305a32c7
Select Git revision
Branches
master
update-renderer-class
2 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
undoi - set __cache perms 0770 --> 0750
· bd0b0073
Hahn Axel (hahn)
authored
1 month ago
bd0b0073
Merge branch 'update-renderer-class' into 'master'
· dc133ce2
Hahn Axel (hahn)
authored
1 month ago
undoi - set __cache perms 0770 --> 0750 See merge request
!24
dc133ce2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
classes/cronlog.class.php
+1
-1
1 addition, 1 deletion
classes/cronlog.class.php
with
1 addition
and
1 deletion
classes/cronlog.class.php
View file @
dc133ce2
...
...
@@ -201,7 +201,7 @@ class cronlog
protected
function
_getCacheDir
():
string
{
if
(
!
is_dir
(
"
$this->_sDataDir
/__cache"
))
{
mkdir
(
"
$this->_sDataDir
/__cache"
,
07
7
0
,
true
);
mkdir
(
"
$this->_sDataDir
/__cache"
,
07
5
0
,
true
);
}
return
"
$this->_sDataDir
/__cache"
;
}
...
...
This diff is collapsed.
Click to expand it.