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

8 lines
146 B
PHP
Executable File

<?php
//ini_set('display_errors', '1');
//error_reporting(E_ALL ^ E_NOTICE ^ E_WARNING);
class EcmFkBooksController extends SugarController {
}