Skip to content

Commit b335372

Browse files
committed
Code improvements
1 parent 47eae82 commit b335372

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public function boot()
106106
header('HTTP/1.0 401 Unauthorized');
107107

108108
echo $translator->get('vdlp.basicauthentication::lang.output.unauthorized');
109-
exit;
109+
exit(0);
110110
}
111111

112112
/**

0 commit comments

Comments
 (0)