mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
9 lines
329 B
PHP
Executable File
9 lines
329 B
PHP
Executable File
<?php
|
|
$GLOBALS['pref']->change('common','maxmatchs','15');
|
|
$GLOBALS['pref']->change('common','theme','default');
|
|
$GLOBALS['pref']->change('common','tz_offset',0);
|
|
$GLOBALS['pref']->change('common','dateformat','m/d/Y');
|
|
$GLOBALS['pref']->change('common','timeformat',12);
|
|
$GLOBALS['pref']->change('common','lang','en');
|
|
?>
|