示例#1
0
/** Function to check the file access is made within web root directory and whether it is not from unsafe directories */
function checkFileAccessForInclusion($filepath)
{
    Vtiger_Deprecated::checkFileAccessForInclusion($filepath);
}