Skip to content

Commit 11d8541

Browse files
author
gwleuverink
committed
resolving merge conflicts after updating with unisharp upstream
1 parent b678019 commit 11d8541

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

src/controllers/LfmController.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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
/**

src/traits/LfmHelpers.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)