コード例 #1
0
ファイル: CommonUtils.php プロジェクト: jmangarret/vtigercrm
/** Function to check the file access is made within web root directory. */
function checkFileAccess($filepath)
{
    Vtiger_Deprecated::checkFileAccess($filepath);
}