Add umask to index and artisan

This commit is contained in:
DariusIII
2025-12-03 09:43:00 +01:00
parent 7bea9cdc90
commit 939a85c83f
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -1,6 +1,8 @@
#!/usr/bin/env php
<?php
umask(0002);
use Symfony\Component\Console\Input\ArgvInput;
define('LARAVEL_START', microtime(true));
+2
View File
@@ -1,5 +1,7 @@
<?php
umask(0002);
use Illuminate\Http\Request;
define('LARAVEL_START', microtime(true));