ultimatepos/Modules/Essentials/Config/config.php

8 lines
173 B
PHP

<?php
return [
'name' => 'Essentials',
'module_version' => '4.0',
'chat_refresh_interval' => 20, //Interval to check for new chats in seconds, default 20sec
];