mirror of
https://github.com/danielbrendel/hortusfox-web.git
synced 2026-01-04 03:40:09 -06:00
Resolves #38
This commit is contained in:
@@ -265,10 +265,12 @@ class UtilsModule {
|
||||
* @param $onlinetimelimit
|
||||
* @param $chatonlineusers
|
||||
* @param $chattypingindicator
|
||||
* @param $enablehistory
|
||||
* @param $history_name
|
||||
* @param $cronpw
|
||||
* @return void
|
||||
*/
|
||||
public static function saveEnvironment($workspace, $lang, $scroller, $enablechat, $onlinetimelimit, $chatonlineusers, $chattypingindicator, $cronpw)
|
||||
public static function saveEnvironment($workspace, $lang, $scroller, $enablechat, $onlinetimelimit, $chatonlineusers, $chattypingindicator, $enablehistory, $history_name, $cronpw)
|
||||
{
|
||||
$new_env_settings = [
|
||||
'APP_WORKSPACE' => $workspace,
|
||||
@@ -278,6 +280,8 @@ class UtilsModule {
|
||||
'APP_ONLINEMINUTELIMIT' => $onlinetimelimit,
|
||||
'APP_SHOWCHATONLINEUSERS' => $chatonlineusers,
|
||||
'APP_SHOWCHATTYPINGINDICATOR' => $chattypingindicator,
|
||||
'APP_ENABLEHISTORY' => $enablehistory,
|
||||
'APP_HISTORY_NAME' => $history_name,
|
||||
'APP_CRONPW' => $cronpw
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user