Skip to content

Commit 88a1512

Browse files
committed
cs fix
1 parent 9d28744 commit 88a1512

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

system/Boot.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ protected static function definePathConstants(Paths $paths): void
199199
if (($writePath = realpath(rtrim($paths->writableDirectory, '\\/ '))) === false) {
200200
header('HTTP/1.1 503 Service Unavailable.', true, 503);
201201
echo 'The WRITEPATH is not set correctly.';
202+
202203
// EXIT_ERROR is not yet defined
203204
exit(1);
204205
}

0 commit comments

Comments
 (0)