mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
minor changes
This commit is contained in:
parent
38267102f5
commit
ebb023c1ba
3 changed files with 37 additions and 11 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue