7 lines
378 B
PHP
7 lines
378 B
PHP
|
|
<?php
|
||
|
|
return [
|
||
|
|
'adminEmail' => 'admin@example.com',
|
||
|
|
'greetingUrl' => 'https://eofficeth.com/backend/web/uploads/greeting',
|
||
|
|
'greeting' => 'ข้าพระพุทธเจ้า คณะผู้บริหาร สมาชิกสภาตำบล และพนักงานองค์การบริหารส่วนตำบลบอน',
|
||
|
|
];
|