6 lines
152 B
PHP
Executable File
6 lines
152 B
PHP
Executable File
<?php
|
|
declare(strict_types=1);
|
|
|
|
// Legacy stub that keeps existing include paths working.
|
|
return require __DIR__ . '/../config/emailtemplate.conf.php';
|