forked from extern/egroupware
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");
|
|
?>
|