コード例 #1
0
ファイル: CommonUtils.php プロジェクト: jmangarret/vtigercrm
/** Function to check the file deletion within the deletable (safe) directories*/
function checkFileAccessForDeletion($filepath)
{
    Vtiger_Deprecated::checkFileAccessForDeletion($filepath);
}