File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,10 @@ class LfmController extends Controller
15
15
public function __construct ()
16
16
{
17
17
$ this ->applyIniOverrides ();
18
- <<<<<<< HEAD
19
-
18
+
20
19
if (!$ this ->isProcessingImages () && !$ this ->isProcessingFiles ()) {
21
20
throw new \Exception ('unexpected type parameter ' );
22
21
}
23
- =======
24
- >>>>>>> a774800cd2710ab670b0f9aaa4a9e293a7ef164a
25
22
}
26
23
27
24
/**
Original file line number Diff line number Diff line change @@ -384,12 +384,6 @@ public function allowShareFolder()
384
384
return config ('lfm.allow_share_folder ' ) === true ;
385
385
}
386
386
387
- public function applyIniOverrides ()
388
- {
389
- foreach (config ('lfm.php_ini_overrides ' ) as $ key => $ value ) {
390
- if ($ value && $ value != 'false ' ) ini_set ($ key , $ value );
391
- }
392
- }
393
387
394
388
/**
395
389
* Overrides settings in php.ini.
You can’t perform that action at this time.
0 commit comments