forked from YetiForceCompany/YetiForceCRM
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshorturl.php
More file actions
14 lines (12 loc) · 686 Bytes
/
Copy pathshorturl.php
File metadata and controls
14 lines (12 loc) · 686 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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.
* *********************************************************************************** */
require_once 'include/RequirementsValidation.php';
require_once 'include/main/WebUI.php';
Vtiger_ShortURL_Helper::handle(\App\Request::_get('id'));