Skip to content

Commit 4182f0c

Browse files
committed
add tracker information
1 parent b7f114a commit 4182f0c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

FISResource.class.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,11 @@ public static function load($strName, $smarty, $async = false){
351351
$arrPkgHas = array();
352352
if(isset($arrMap['res'][$strName])) {
353353
$arrRes = &$arrMap['res'][$strName];
354+
355+
if (array_key_exists('fis_debug', $_GET)) {
356+
echo '<!--"'.$strName.'" loaded-->'."\n";
357+
}
358+
354359
if(!array_key_exists('fis_debug', $_GET) && isset($arrRes['pkg'])){
355360
$arrPkg = &$arrMap['pkg'][$arrRes['pkg']];
356361
$strURI = $arrPkg['uri'];

0 commit comments

Comments
 (0)