Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
Adding trace
Browse files Browse the repository at this point in the history
  • Loading branch information
callapa committed Mar 15, 2022
1 parent 12df45b commit 5dd646c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/class/centreonMedia.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ private function createDirectory($dirname)

// Create directory and nested folder structure
if (!is_dir($fullPath)) {
error_log('trying to create directory: ' . $fullPath);
mkdir($fullPath, 0755, true);
} elseif (fileperms($fullPath) !== 0755) {
chmod($fullPath, 0755);
Expand Down

0 comments on commit 5dd646c

Please sign in to comment.