We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d28744 commit 88a1512Copy full SHA for 88a1512
system/Boot.php
@@ -199,6 +199,7 @@ protected static function definePathConstants(Paths $paths): void
199
if (($writePath = realpath(rtrim($paths->writableDirectory, '\\/ '))) === false) {
200
header('HTTP/1.1 503 Service Unavailable.', true, 503);
201
echo 'The WRITEPATH is not set correctly.';
202
+
203
// EXIT_ERROR is not yet defined
204
exit(1);
205
}
0 commit comments