mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
feature(server) add query
This commit is contained in:
parent
94de61a218
commit
fdc5f0c932
1 changed files with 2 additions and 1 deletions
|
|
@ -146,11 +146,12 @@
|
|||
var lRet, lName, lMin, lExt, lResult,
|
||||
lConfig = main.config,
|
||||
lParsedUrl = URL.parse(pReq.url),
|
||||
lQuery = lParsedUrl.search || '',
|
||||
lPath = lParsedUrl.pathname;
|
||||
|
||||
/* added supporting of Russian language in directory names */
|
||||
lPath = Querystring.unescape(lPath);
|
||||
Util.log(pReq.method + ': ' + lPath);
|
||||
Util.log(pReq.method + ': ' + lPath + lQuery);
|
||||
|
||||
var lData = {
|
||||
name : lPath,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue