2
0
forked from Wavyzz/dolibarr

factoring token usage

This commit is contained in:
ATM John BOTELLA
2019-12-01 10:20:11 +01:00
parent df5ef99f4f
commit 773f823748
59 changed files with 103 additions and 94 deletions

View File

@@ -8473,3 +8473,12 @@ function isAFileWithExecutableContent($filename)
}
return false;
}
/**
* Return new session token
*
* @return string
*/
function newToken(){
return $_SESSION['newtoken'];
}