Skip to content

Commit

Permalink
cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsn committed Dec 11, 2024
1 parent 9d28744 commit 88a1512
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system/Boot.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ protected static function definePathConstants(Paths $paths): void
if (($writePath = realpath(rtrim($paths->writableDirectory, '\\/ '))) === false) {
header('HTTP/1.1 503 Service Unavailable.', true, 503);
echo 'The WRITEPATH is not set correctly.';

// EXIT_ERROR is not yet defined
exit(1);
}
Expand Down

0 comments on commit 88a1512

Please sign in to comment.