6 lines
161 B
PHP
6 lines
161 B
PHP
<?php
|
|
global $current_user;
|
|
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
|
|
require_once('modules/EcmPriceKopias/ListView.php');
|
|
|
|
?>
|