6 lines
146 B
PHP
Executable File
6 lines
146 B
PHP
Executable File
<?php
|
|
|
|
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
|
|
require_once('modules/EcmPaymentConditions/ListView.php');
|
|
|
|
?>
|