mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Enhance XSendFileMapping to handle apache
Update xsendfile
This commit is contained in:
@@ -28,8 +28,7 @@ use Alchemy\Phrasea\CLI;
|
||||
use Alchemy\Phrasea\Command\Plugin\AddPlugin;
|
||||
use Alchemy\Phrasea\Command\Plugin\RemovePlugin;
|
||||
use Alchemy\Phrasea\Command\CheckConfig;
|
||||
use Alchemy\Phrasea\Command\Setup\XSendFileMappingNginxDumper;
|
||||
use Alchemy\Phrasea\Command\Setup\XSendFileMappingApacheDumper;
|
||||
use Alchemy\Phrasea\Command\Setup\XSendFileMappingDumper;
|
||||
|
||||
require_once __DIR__ . '/../lib/autoload.php';
|
||||
|
||||
@@ -98,8 +97,7 @@ try {
|
||||
$app->command(new AddPlugin());
|
||||
$app->command(new RemovePlugin());
|
||||
$app->command(new Configuration());
|
||||
$app->command(new XSendFileMappingNginxDumper());
|
||||
$app->command(new XSendFileMappingApacheDumper());
|
||||
$app->command(new XSendFileMappingDumper());
|
||||
|
||||
$result_code = is_int($app->run()) ? : 1;
|
||||
} catch (\Exception $e) {
|
||||
|
Reference in New Issue
Block a user