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
1515 public function __construct ()
1616 {
1717 $ this ->applyIniOverrides ();
18- <<<<<<< HEAD
19-
18+
2019 if (!$ this ->isProcessingImages () && !$ this ->isProcessingFiles ()) {
2120 throw new \Exception ('unexpected type parameter ' );
2221 }
23- =======
24- >>>>>>> a774800cd2710ab670b0f9aaa4a9e293a7ef164a
2522 }
2623
2724 /**
Original file line number Diff line number Diff line change @@ -384,12 +384,6 @@ public function allowShareFolder()
384384 return config ('lfm.allow_share_folder ' ) === true ;
385385 }
386386
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- }
393387
394388 /**
395389 * Overrides settings in php.ini.
You can’t perform that action at this time.
0 commit comments