minor changes

This commit is contained in:
coderaiser 2012-12-18 07:15:57 -05:00
parent d13c0de0b1
commit c2df4431eb
3 changed files with 37 additions and 11 deletions

View file

@ -149,6 +149,11 @@
pParams.name = main.HTMLDIR + lName + '.html';
main.sendFile(pParams);
lRet = true;
}else if( Util.strCmp(lName, '/auth/github') ){
Util.log('-> github');
pParams.name = main.HTMLDIR + lName + '.html';
main.sendFile(pParams);
lRet = true;
}
return lRet;