<?php //BindEvents Method @1-373BFEF8 function BindEvents() { global $lblPHPInfo; $lblPHPInfo->CCSEvents["BeforeShow"] = "lblPHPInfo_BeforeShow"; } //End BindEvents Method //lblPHPInfo_BeforeShow @3-63F1E1E8 function lblPHPInfo_BeforeShow(& $sender) { $lblPHPInfo_BeforeShow = true; $Component = & $sender; $Container = & CCGetParentContainer($sender); global $lblPHPInfo; //Compatibility //End lblPHPInfo_BeforeShow //Custom Code @4-2A29BDB7 // ------------------------- // Write your own code here. phpinfo(); // ------------------------- //End Custom Code //Close lblPHPInfo_BeforeShow @3-5E95B6BD return $lblPHPInfo_BeforeShow; } //End Close lblPHPInfo_BeforeShow ?>