Skip to content

Commit

Permalink
Improved debug #185 [202] error
Browse files Browse the repository at this point in the history
  • Loading branch information
the-djmaze committed Mar 1, 2022
1 parent a1ceb8b commit 62bdf41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snappymail/v/0.0.0/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
if (!empty($sTest))
{
echo '[202] Data folder permissions error ['.$sTest.']';
error_log("Data folder permission error {$sTest}({$sCheckFolder})");
exit(202);
}

Expand Down

0 comments on commit 62bdf41

Please sign in to comment.