10 lines
153 B
PHP
10 lines
153 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
// ini_set('display_errors', '1');
|
||
|
|
// error_reporting(E_ALL);
|
||
|
|
error_reporting(E_ERROR);
|
||
|
|
|
||
|
|
class EcmKpkwController extends SugarController {
|
||
|
|
|
||
|
|
|
||
|
|
}
|