2000-12-22 22:18:35 +01:00
|
|
|
<?php
|
2001-09-02 01:32:40 +02:00
|
|
|
$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');
|
2000-12-22 22:18:35 +01:00
|
|
|
?>
|