コード例 #1
0
ファイル: CommonUtils.php プロジェクト: jmangarret/vtigercrm
/** 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);
}