|
|
|
@ -1,6 +1,4 @@
|
|
|
|
|
<?php
|
|
|
|
|
// Version: @@@LoaderVersion@@@
|
|
|
|
|
|
|
|
|
|
# ini_set('display_errors', 1);
|
|
|
|
|
# error_reporting(E_ALL ^ E_DEPRECATED);
|
|
|
|
|
# require_once 'phar://' . __FILE__ . '/vendor/autoload.php';
|
|
|
|
@ -28,7 +26,6 @@ Phar::webPhar(
|
|
|
|
|
# Éviter Failed to load resource: net::ERR_HTTP2_PROTOCOL_ERROR (http/2)
|
|
|
|
|
# https://serverfault.com/questions/844526/apache-2-4-7-ignores-response-header-content-encoding-identity-instead-respect
|
|
|
|
|
header('Content-Encoding: none');
|
|
|
|
|
# du cache dessus
|
|
|
|
|
header('Expires: ' . \date('r', time() + 86400 * 7));
|
|
|
|
|
}
|
|
|
|
|
if ($extension && $extension !== 'php') {
|
|
|
|
|