mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
minor changes
This commit is contained in:
parent
d57cf97b69
commit
e4be9cf11b
2 changed files with 2 additions and 1 deletions
|
|
@ -304,6 +304,7 @@
|
|||
}
|
||||
|
||||
function noJSTMPRedirection(pParams){
|
||||
Util.log(lPath);
|
||||
var MOVED_PERMANENTLY = 301,
|
||||
lPath = Util.removeStr(pParams.name, 'no-js/');
|
||||
|
||||
|
|
|
|||
|
|
@ -14,6 +14,6 @@
|
|||
"socket" : true,
|
||||
"port" : 80,
|
||||
"ip" : null,
|
||||
"ssl" : true,
|
||||
"ssl" : false,
|
||||
"rest" : true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue