/home/sharedstore/public_html/prestashop.sharedstore.ma/vendor/mrclay/minify/builder
NameSizeModeActions
.htaccess1170644editdlrm
bm.js14730644editdlrm
bm2.js5740644editdlrm
index.php91960644editdlrm
jquery-1.6.3.min.js916280644editdlrm
ocCheck.php8120644editdlrm
rewriteTest.js10644editdlrm
test.php14670644editdlrm
_index.js94440644editdlrm
Edit: /home/sharedstore/public_html/prestashop.sharedstore.ma/vendor/mrclay/minify/builder/ocCheck.php (812B)
config->enableBuilder) { header('Location: /'); exit; } if ($app->env->get('hello')) { // echo 'World!' // try to prevent double encoding (may not have an effect) ini_set('zlib.output_compression', '0'); HTTP_Encoder::$encodeToIe6 = true; // just in case $he = new HTTP_Encoder(array( 'content' => str_repeat('0123456789', 500), 'method' => 'deflate', )); $he->encode(); $he->sendAll(); } else { // echo status "0" or "1" header('Content-Type: text/plain'); echo (int)$_oc; }