Revision 851
- Date:
- 2023/08/15 13:17:16
- Files:
Legend:
- Added
- Removed
- Modified
-
utf8/core/services/mail_process.pl
4 4 use warnings "all"; 5 5 use locale; 6 6 7 BEGIN { require 'inc.pl' }; 7 BEGIN { require './inc.pl' }; 8 8 9 9 use Contenido::Globals; 10 10 use Contenido::Init;