mirror of
https://github.com/ulfgebhardt/host_buergerkomitee.git
synced 2025-12-12 23:35:53 +00:00
7 lines
184 B
PHP
7 lines
184 B
PHP
<?php
|
|
class api_buergerkomitee extends \SYSTEM\API\api_system {
|
|
public static function call_email($to,$from,$text){
|
|
return default_kontakt::email($to,$from,$text);}
|
|
|
|
}
|