Update template

This commit is contained in:
horsicq 2014-06-11 15:09:10 +02:00
commit 187ffeec79

View file

@ -8,12 +8,14 @@ init("@TYPE@","@NAME@");
function detect(bShowType,bShowVersion,bShowOptions)
{
// Start of user's code
if()
{
//sVersion="";
//sOptions=sOptions.append("");
bDetected=1;
}
// End of user's code
return result(bShowType,bShowVersion,bShowOptions);
}