Files
crm.twinpol.com/modules/EcmKpkw/controller.php
2025-05-12 15:44:39 +00:00

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 {
}