5 Star 3 Fork 2

龙影/vtigercrm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
shorturl.php 883 Bytes
一键复制 编辑 原始数据 按行查看 历史
Giovanni Maggini 提交于 2014-10-17 00:29 . First commit (version 6.1.0)
<?php
/*+***********************************************************************************
* The contents of this file are subject to the vtiger CRM Public License Version 1.0
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* The Initial Developer of the Original Code is vtiger.
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
*************************************************************************************/
//Overrides GetRelatedList : used to get related query
//TODO : Eliminate below hacking solution
include_once 'include/Webservices/Relation.php';
include_once 'vtlib/Vtiger/Module.php';
include_once dirname(__FILE__) . '/includes/Loader.php';
vimport ('includes.runtime.EntryPoint');
Vtiger_ShortURL_Helper::handle(vtlib_purify($_REQUEST['id']));
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/loyin/vtigercrm.git
git@gitee.com:loyin/vtigercrm.git
loyin
vtigercrm
vtigercrm
master

搜索帮助