mirror of
https://github.com/danielmiessler/SecLists
synced 2025-12-06 00:43:40 +01:00
18 lines
No EOL
972 B
PHP
Executable file
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
|
|
{
|
|
|
|
}
|
|
|
|
?>
|