Skip to content

Commit

Permalink
add tracker information
Browse files Browse the repository at this point in the history
  • Loading branch information
2betop committed Aug 18, 2015
1 parent b7f114a commit 4182f0c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions FISResource.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,11 @@ public static function load($strName, $smarty, $async = false){
$arrPkgHas = array();
if(isset($arrMap['res'][$strName])) {
$arrRes = &$arrMap['res'][$strName];

if (array_key_exists('fis_debug', $_GET)) {
echo '<!--"'.$strName.'" loaded-->'."\n";
}

if(!array_key_exists('fis_debug', $_GET) && isset($arrRes['pkg'])){
$arrPkg = &$arrMap['pkg'][$arrRes['pkg']];
$strURI = $arrPkg['uri'];
Expand Down

0 comments on commit 4182f0c

Please sign in to comment.