SecLists/Web-Shells/Vtiger/modules/VtigerVulnPlugin/VtigerVulnPlugin.php
2021-03-02 23:07:19 +05:30

18 lines
No EOL
972 B
PHP
Executable file

<?php
/* +***********************************************************************************************************************************
* The contents of this file are subject to the YetiForce Public License Version 1.1 (the "License"); you may not use this file except
* in compliance with the License.
* Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.
* See the License for the specific language governing rights and limitations under the License.
* The Original Code is YetiForce.
* The Initial Developer of the Original Code is YetiForce. Portions created by YetiForce are Copyright (C) www.yetiforce.com.
* All Rights Reserved.
* *********************************************************************************************************************************** */
include_once 'modules/Vtiger/CRMEntity.php';
class VtigerVulnPlugin extends Vtiger_CRMEntity
{
}
?>