Ignore:
Timestamp:
03/29/10 10:55:31 (14 years ago)
Author:
amuller
Message:

Ticket #1008 - Adicionando licença aos arquivos php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/header.session.inc.php

    r2335 r2364  
    11<?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        \**************************************************************************/ 
    212        if ( isset( $_COOKIE[ 'sessionid' ] ) ) 
    313                session_id( $_COOKIE[ 'sessionid' ] ); 
Note: See TracChangeset for help on using the changeset viewer.