This commit is contained in:
Laurent Destailleur 2019-12-01 12:51:01 +01:00
parent 1af094af15
commit f378141fbd

View File

@ -8479,6 +8479,7 @@ function isAFileWithExecutableContent($filename)
* *
* @return string * @return string
*/ */
function newToken(){ function newToken()
{
return $_SESSION['newtoken']; return $_SESSION['newtoken'];
} }