source: trunk/expressoMail1_2/save_preferences.php @ 2360

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

Ticket #1008 - Adicionando informações sobre licenças

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<head>
13<script src="js/main.js"></script>
14<script src="js/gears_init.js"></script>
15<script src="js/local_messages.js"></script>
16<script language="JavaScript">
17if(window.google && google.gears)
18        expresso_local_messages.update_offline("index.php");
19else
20        document.location.href="index.php";
21</script>       
22</head>
23<body>
24       
25</body>
26</html>
Note: See TracBrowser for help on using the repository browser.