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