10 lines
190 B
PHP
Executable File
10 lines
190 B
PHP
Executable File
<?php
|
|
|
|
// ini_set('display_errors', '1');
|
|
// error_reporting(E_ALL);
|
|
|
|
//echo '<pre>' . var_export($GLOBALS['beanList'], true); exit;
|
|
|
|
class EcmReceiptsController extends SugarController {
|
|
|
|
} |