Skip to content

Commit a7d0699

Browse files
committed
cs fix
1 parent 959b4e4 commit a7d0699

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system/Boot.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,12 +196,12 @@ protected static function definePathConstants(Paths $paths): void
196196

197197
// The path to the writable directory.
198198
if (! defined('WRITEPATH')) {
199-
200199
$writePath = realpath(rtrim($paths->writableDirectory, '\\/ '));
201-
200+
202201
if ($writePath === false) {
203202
header('HTTP/1.1 503 Service Unavailable.', true, 503);
204203
echo 'The WRITEPATH is not set correctly.';
204+
205205
// EXIT_ERROR is not yet defined
206206
exit(1);
207207
}

0 commit comments

Comments
 (0)