Doxygen
This commit is contained in:
parent
ae10eb0360
commit
b7abad95d8
@ -488,10 +488,11 @@ function dol_move($srcfile, $destfile, $newmask=0, $overwriteifexists=1)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Unescape a file submitted by upload. PHP escape char " (%22) and char ' (%27) into $FILES
|
* Unescape a file submitted by upload.
|
||||||
* Before= Capture d\'écran.doc After= Capture d'écran.doc
|
* PHP escape char " (%22) or char ' (%27) into $FILES.
|
||||||
*
|
*
|
||||||
* @param string $filename Filename
|
* @param string $filename Filename
|
||||||
|
* @return string Filename sanitized
|
||||||
*/
|
*/
|
||||||
function dol_unescapefile($filename)
|
function dol_unescapefile($filename)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user