source: trunk/admin/inc/hook_add_def_pref.inc.php @ 2364

Revision 2364, 1.1 KB checked in by amuller, 14 years ago (diff)

Ticket #1008 - Adicionando licença aos arquivos php

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<?php
2
3        /***************************************************************************
4        * Expresso Livre                                                           *
5        * http://www.expressolivre.org                                             *
6        * --------------------------------------------                             *
7        *  This program is free software; you can redistribute it and/or modify it *
8        *  under the terms of the GNU General Public License as published by the   *
9        *  Free Software Foundation; either version 2 of the License, or (at your  *
10        *  option) any later version.                                              *
11        \**************************************************************************/
12  $GLOBALS['pref']->change('common','maxmatchs','15');
13  $GLOBALS['pref']->change('common','theme','default');
14  $GLOBALS['pref']->change('common','tz_offset',0);
15  $GLOBALS['pref']->change('common','dateformat','m/d/Y');
16  $GLOBALS['pref']->change('common','timeformat',12);
17  $GLOBALS['pref']->change('common','lang','en');
18?>
Note: See TracBrowser for help on using the repository browser.