mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
10 lines
289 B
PHP
Executable File
10 lines
289 B
PHP
Executable File
<?php
|
|
global $pref;
|
|
$pref->change("common","maxmatchs","15");
|
|
$pref->change("common","theme","default");
|
|
$pref->change("common","tz_offset","0");
|
|
$pref->change("common","dateformat","m/d/Y");
|
|
$pref->change("common","timeformat","12");
|
|
$pref->change("common","lang","en");
|
|
?>
|