Computer/웹관련
phpXplorer korean uri encoding problem
alias
2007. 4. 6. 14:45
반응형
phpXplorer korean uri encoding change
search ./includes/phpXplorer.js
and find the function named buildPath(sFile)
change return encodeURIComponent(sPath) to return sPath
반응형