Remove umask for now, too risky

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