This commit is contained in:
Rodrigo Quelca
2021-11-16 22:03:49 +00:00
parent de8b12c305
commit fb2e1e7f77
60 changed files with 26783 additions and 8 deletions

View File

@@ -441,16 +441,16 @@ if (Bootstrap::virtualURI($_SERVER['REQUEST_URI'], $virtualURITable, $realPath))
$arrayMatch)) ? $arrayMatch[1] : $_SERVER["REQUEST_URI"];
$fileToBeStreamed = str_replace("/skin/", PATH_CUSTOM_SKINS, $url);
if (file_exists($fileToBeStreamed)) {
//NewRelic Snippet - By JHL
transactionLog($fileToBeStreamed);
Bootstrap::streamFile($fileToBeStreamed);
}
die();
}
switch ($realPath) {
case 'jsMethod':
Bootstrap::parseURI(getenv("REQUEST_URI"));